|
-
Sep 18th, 2000, 02:52 AM
#1
Thread Starter
Addicted Member
Hi all
I am currently doing a project that require me to print all the data in MSlfexgrid , anybody here have any idea on how to do it?
Code:
Printer.Print MSFlexGrid1
Printer.EndDoc
the code above i have only print the first data in Msflexgrid 
thanks in advance
-
Sep 18th, 2000, 04:17 AM
#2
Hyperactive Member
Printing
I don't know the flexgrid but can you not compile the page to print first? ala - CELL A1 <TAB> CELL B1 <TAB> . . .
And so on. Using a carriage return to got to row 2?
Then enddoc?
-
Sep 18th, 2000, 04:19 AM
#3
Frenzied Member
Try using a loop to parse through each row, and print each row individually.
-
Sep 18th, 2000, 08:25 AM
#4
Thread Starter
Addicted Member
Thanks for the help guys
Mlewis using a loop wont be helpfull in my situation since the row and col of the msflexgrid changes everytime and it is not fix
is there a way for me to get the row the col and of the flexgrid everytime i load the program?
[Edited by CoMMiE on 09-18-2000 at 10:04 AM]
-
Sep 25th, 2000, 12:57 PM
#5
How can we copy all the data in the grid and paste them into other microsoft program like excel?
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
|