Posts by Rennan Hanna • 107 points
7 posts
-
1
votes2
answers69
viewsQ: How to invert grid data
I have a database with some tables to control software sales, and among these tables, I have software that contains the fields, beginning of the contract and end of the contract. Only when I select…
c#asked Rennan Hanna 107 -
0
votes1
answer175
viewsQ: Data conversion error
I cannot open my user control form. private void usuáriosToolStripMenuItem_Click(object sender, EventArgs e) { Usuarios USU = new Usuarios(); sNome_usu = Status_Label_Usuario.Text;…
-
2
votes3
answers668
viewsQ: Uppercase Method for Metroframework
I need help in TextBox, where I work in c# using Metroframework. I need to turn all the typed text into TextBox in capital letters. How can I do?…
-
1
votes1
answer824
viewsQ: Calculate change between textbox?
Good evening, I have 3 textbox, and I would like someone to provide a code to help me, when I select the product on the grid the total value is added in textbox1, and so on, the more I add products…
c#asked Rennan Hanna 107 -
3
votes1
answer58
viewsQ: I have a local BD in c# sql. When I went to install the client gave the following error
Someone could help me? I installed my project in the client with local database, I took the bd along and such , but gave this error:…
c#asked Rennan Hanna 107 -
1
votes0
answers47
viewsQ: How can I capture a BD record for a combobox and after selected filter with a boot?
I have a Chart, a datagrid , two maskedbox with dates , a boot filter and a combobox. I can already filter my records in BD and display on datagrid and Chart, but I still can’t filter the sales of…
c#asked Rennan Hanna 107 -
1
votes0
answers108
viewsQ: How do I pull sellers in a combobox to then filter the sale per seller?
I have the following table: VENDAS ------------------------------------------------------------------------------------------------------------ VENDA_ID | VENDA_RAZAOSOCIAL | VENDA_CIDADE |…
c#asked Rennan Hanna 107