How to make sure BindingSource.DataSource takes connections information from...
HI,I have a Winform where I have connection.config file where i get my database connection.I also have forms where i have dataGridView and that is bound to a DataSet that are in .XSD file. I used that...
View Articlesearching for a record
How can I search for a record in Microsoft Access that is connected to a Visual Basic 2019 Windows form?
View Articlereports
how to create a report in visual basic 2019 to read from a table in Access 2016?
View ArticleReportViewer
Imports Microsoft.Reporting.WinForms Public Class frmRptParameter Private Sub frmRpt1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub btnReport_Click(sender As Object, e...
View ArticleDataTable
Hi When we drag table from toolbox for first time it asks for Dataset if no dataset exists for that report in Windows APplication. After selecting 2 tables how we can relate them together. Thanks
View ArticleReportViewer in RDlc
HiI have form with 2 textboxes and button on 1 form . Can i create programmatically ReportViewer instead of adding Reportviewer on control on click of button & call the report . I have not added...
View ArticleAdding a ComboBox to a bound DataGridView
Hi,How can you add a ComboBox to a bound DataGridView?I know how to add a ComboBox if the DataGridView is NOT bound using something like:cbo = newDataGridViewComboBoxCell();and then populating the...
View ArticleBinding navagator code generator is creating errors
I have a simple form when I drag and drop fields from the data source it generates a Binding navigator. But the code it generates for navigator is causing errors on build. Below is the code it...
View ArticleNeed help i get an error on no value given for one or more required parameters.
when i select my datagridview i get error message on (error on no value given for one or more required parameters.) can help me take a look. Private Sub dgvData_CellEnter(ByVal sender As Object, ByVal...
View ArticleNeed help i face the issue on left join table Syntax error (missing operator)...
I am creating a program to tracking my store send out and resend record but i face error on Syntax error (missing operator) in query expression. can someone pls help me take a look.on my send button...
View ArticleDynamically create DataGridView Event Handler
Hi guys,I have an empty Form.On Run-time I create several DataGridViews. (the number of DGVs in the Form changes from time to time, depending on the user).for each DGV I am creating a CellEnter Event,...
View ArticleNeed help may i ask how i can track my store status is send or return
How i can track my product status is Out or Resend.I have create 2 data table, once data table is let the user insert data to database second is track product information the datatable name is call...
View ArticleHow to pass data in DatagridView from Form1 to Form2 ??
how to pass data in DatagridView from Form1 to Form2 when I click in Form 1 on search button to show me form 2 and when i selected row or more in DateGridView(in Form2) it must add in form1(in...
View ArticleChanging Cells content in a DataGridView using for
Hi folks good afeternoon, I need a help form the specialists I'm have a DataGridview in a Windows Form application thas is only for consult (it shows a list of invoices non paid)I would like to change...
View ArticleHow to put checkbox & label in datagridview cell which will be bound with...
i will bind a data table with datagridview. i want in each row there will be a specific cell which will have checkbox & label which will be showing data from data table. how to achieve it.i got...
View ArticleBindingSource CurrentChanging!
CurrentChanged event in BindingSource is fired after the position has been changed, while I need something fired before that can cancel the move when the object is not valid
View ArticleDataGridView with different ComboBoxCells per row
Please see picture. The DataGridView is in mixed mode. The Animal column is bound but the Class column is not. The Animal column will contain items like Dog, Chicken, Turtle, Bear, etc. The idea is for...
View Articlepos printing from datagridview
please how do i get the data from a gridview to print in pos format
View ArticleHow I can refresh my dataGridView from another form?
Hi Guys first of all I have two Forms first = Form1 and second= Form2 and my dataGridView is on Form1 and my Registration is on Form2 .... When I register something on Form2 then I close my Form2...
View ArticleHow to Overlap Two Different Line Graphs for Comparision?
Hello,I am new to the Visual Studio (2019) Forms Chart tool. I have two line graphs that show a correlation between them. I would like to compare both line plots together but they don't overlap on the...
View Article