User Profile
Collapse
-
but how to set value from datagrid1.text to my text1.text? -
Run time error '6160' data access error
Code:Text2.Text = DataGrid1.Text 'this line got error
Leave a comment:
-
run time error '6160' data access error ??
Hi all,
why got this error message when run the program??
anyone help is much appreciated.
Line 28 error.
...Code:Private Sub Prn2_Click() Dim RRow2 As Integer Dim Colomn2 As Integer DataGrid1.Row = 0 DataGrid1.Col = Colomn2 For Colomn2 = 0 To DataGrid1.Columns.Count - 1 DataGrid1.Col = Colomn2 Debug.Print DataGrid1.Text
-
Sorry noted NeoPa,When i changed Columns.Count to Rows.Count i got this error msg: Compile error:invalid qualiferLeave a comment:
-
Sorry my english not so well could be make you don't understand want i mean. you can check back my first post #1 line 16 [For RRow = 0 to 5] this is can only print 6 data from my datagrid to my default printer. How to print all data to my printer. This is my question?Leave a comment:
-
sorry make you confused, my question is how to print all data from datagrid to my default printer?Leave a comment:
-
how to print all data from datagrid to printer??
Hi,this is my code for print data to my default printer,but not for all data.
1.How to print all data from datagrid to printer?
...Code:Private Sub Command2_Click() Dim RRow As Integer Dim Colomn1 As Integer DataGrid1.row = 0 DataGrid1.Col = Colomn1 For Colomn1 = 0 To DataGrid1.Columns.Count - 1 DataGrid1.Col = Colomn1 Debug.Print DataGrid1.Text
No activity results to display
Show More
Leave a comment: