Posts by Mara Pimentel • 181 points
6 posts
-
0
votes2
answers1948
viewsQ: SQL - set null values to 0
I have a table pivot that returns some null values in SUM(1). I wish they were zero instead of zero, but I’m not getting it. Pivot table original SELECT Description AS Categoria, [ACS], [URO] FROM (…
-
1
votes2
answers2831
viewsQ: Format date (dd/MM/yyyy)
I have here a column in a Datagridview with the name "DBO" (date of Birth) which has the format month/day/year, I wanted to change the style of the date to dd-MM-yyyy but I’m not getting it.…
-
1
votes0
answers84
viewsQ: Update with textbox and combobox
I am unable to record my data when I write it in the textbox and when I choose the value in the combobox.. I don’t understand what’s wrong with it, can you check it out? Thank you Imports…
-
1
votes1
answer188
viewsQ: Format Textbox with date
I have here a form with several textbox and some combobox. What happens when I insert a code and fill the textbox with birth date appears to me in this format 01/01/1900 00:00:00 and I just want the…
-
2
votes0
answers209
viewsQ: Loop to affect all records in a table
I wanted you to help me on the following, I wanted to execute the code that I’m going to show you below on a button so that I would do it automatically when I click on it. The program works like…
-
2
votes1
answer131
viewsQ: See changes (delete) on grid Vb.net
Hi, I’d like you to help me with the next one. i have a form that does a search for a code with several grids and a button, this button makes a number of changes in the various grids but also want…