Posts by Carlos Henrique • 29 points
5 posts
-
-1
votes1
answer37
viewsQ: Take variable from one form and pull into the other form
Good night, I’m racking my brain on how to take the value of a form and store it in a variable so I can access that value in any other form. I tried already as public Static instantiating but did…
-
1
votes0
answers17
viewsQ: Pass gridlist informationForm1 to another gridlist in form2
Good morning, I am cracking my head to add a row of a grid from my Form1 to the grid of my form2. Below follows my code to simplify my doubt. ItemVendaView item = new ItemVendaView() { ProdutoID =…
c#asked Carlos Henrique 29 -
0
votes1
answer160
viewsA: How to change value within a gridview c#line
gridItens.DefaultCellStyle.Font = new Font("Tahoma", 12); gridItens.Autogeneratecolumns = false; txtEAN.Focus(); ITENS = new BindingList<ItemVendaView>(); gridItens.DataSource = ITENS;…
-
0
votes1
answer160
viewsQ: How to change value within a gridview c#line
Staff I am working on a PDV form and I am with the following doubt. In my example it would be like modifying the quantity of the same product in a single line without having to repeat the product…
-
2
votes2
answers641
viewsQ: Calculate more than one text box and display in a specific text box
Good morning, you guys, I’m racking my brain on how to proceed with such logic; I would like to take the value of these 4 textbox (txtDinheiro, txtCheque, txtCredito and txtDebito) and in the end go…
c#asked Carlos Henrique 29