Posts by Vynicius Henrique • 35 points
3 posts
-
1
votes0
answers345
viewsQ: Printing Multiple Datagridview
I am creating a Vb.net report with my Datagrid data and trying to send it to print. However in this project I am using two Datagrids , one for a table Report , and another for the table Report. the…
-
1
votes1
answer148
viewsQ: Use "SUM" in access + Vb.net
I have a small problem in the Access query , where I have the following code : Dim cn As New OleDb.OleDbConnection Dim cmd As New OleDb.OleDbCommand Dim Da As New OleDb.OleDbDataAdapter Dim Dt As…
-
1
votes2
answers2143
viewsQ: Filter Datagridview by Interval Between Dates in VB.NET
I’m new to programming and I’m finishing a job, but I have a problem that I’ve been facing for weeks and I haven’t been able to solve. I created a simple system that registers the Oss (service…