-
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
-
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?
-
Try using a loop to parse through each row, and print each row individually.
-
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]
-
How can we copy all the data in the grid and paste them into other microsoft program like excel?