|
-
Jul 1st, 2008, 07:11 PM
#1
Thread Starter
Junior Member
How to Print MSHFlexgrid data
Hi there,
Here's another problem of mine. Please help me on how I can Print the data on my MSHFlexGrid.
Thanks in advance.I want to fully understand how it will get data from the MSHFlexgrid and print it.
-
Jul 1st, 2008, 07:40 PM
#2
Lively Member
Re: How to Print MSHFlexgrid data
What exactly do you want to do? for eg - get the data into the grid and then push a button to print - or must the flexgrid act like a "template" for a printed report?
Working in VB2005 and SQL2005
-
Jul 2nd, 2008, 12:39 AM
#3
Thread Starter
Junior Member
Re: How to Print MSHFlexgrid data
Hi Sunshine,
If I already have a display in my MSHFLEXGRID, How will I be able to print all of its contents in my printer?
thanks!
-
Jul 2nd, 2008, 07:23 AM
#4
Re: How to Print MSHFlexgrid data
As this is not related to databases, thread moved from Database forum to VB6 forum
-
Jul 2nd, 2008, 08:57 AM
#5
Frenzied Member
Re: How to Print MSHFlexgrid data
-
Jul 23rd, 2008, 11:07 AM
#6
Thread Starter
Junior Member
Re: How to Print MSHFlexgrid data
Hi Zeezee,
Apparently I have already tried some of it but somehow, I cannot make it work? Really need further help to have at least a basic working code that prints all the data on the MSHFlexGrid including the header and the data which are not shown or hidden in the MSHFlexgrid table... Thanks!
Other experts, please help. Thank you very much
regards,
dreddski
-
Jul 23rd, 2008, 03:35 PM
#7
Re: How to Print MSHFlexgrid data
 Originally Posted by dreddski
Hi Zeezee,
Apparently I have already tried some of it but somehow, I cannot make it work? Really need further help to have at least a basic working code that prints all the data on the MSHFlexGrid including the header and the data which are not shown or hidden in the MSHFlexgrid table... Thanks!
Other experts, please help. Thank you very much.
What you are saying then is that PrintForm or equivalent will not work and that you want all the cells to show on the hard copy. I believe in that case, you will have to use the printer object and oodles of Printer.Print commands in a nested loop that collects the values in each row, moving across all columns, one line at a time. Not easy, but feasible.
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
|