Posts by Andre • 25 points
4 posts
-
1
votes2
answers1554
viewsQ: Mask CURRENCY {en-BR} in Gridview C#
My problem is: I want to include a mask with the Brazilian currency in a column of GridView. I’m using the CultureInfo.CurrentCulture, but when I put to turn, in the GridView only the first…
-
0
votes4
answers91
viewsA: Select with columns stating incorrect data
Save the boys, once again I thank you for your help. Now I bring the solution to the problem. I redid the query and used some conditions in C#. Now the program is correct. Follow the solution:…
-
0
votes4
answers91
viewsQ: Select with columns stating incorrect data
Hello I’m having another problem with a database search. I want to make a SELECT that looks for information such as Cod.empresa, razaosocial, ano e valores(somados). At first, the search for…
-
1
votes1
answer624
viewsQ: Sum values in a Select (postgres)
I have a small problem, I need to fill a gridView in C#, but my query is not adding up some values and this is causing the company code to be repeated and with the value "separate". The value I need…