|
-
Jun 15th, 2002, 07:21 AM
#1
Thread Starter
New Member
Printing Prob (Pleeeeese help)
I am new to printing. I am trying to print datagrid cols in the same line.
My Code:
Printer.Print Tab(10); DataGrid1.Columns(0)
Printer.Print Tab(5); DataGrid1.Columns(1)
Printer.Print Tab(5); DataGrid1.Columns(2)
This prints but in different lines.
Please help
-
Jun 15th, 2002, 07:23 AM
#2
Printer.Print Tab(10); DataGrid1.Columns(0);
Printer.Print Tab(5); DataGrid1.Columns(1);
Printer.Print Tab(5); DataGrid1.Columns(2)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|