Please help. ..Print form control values including datagrid values

  • Thread starter Thread starter babu
  • Start date Start date
B

babu

Hello All,

How are you?
I am facing an issue to print all the form
control values (including datagrid values).

Is there a way to print all the control values
in VB.NET.

If the grid contains more rows of data (like
more than 100 rows),i want to print all the
values ( i do not want the screen shot of the form).

Please help me to resolve this issue.
 
You could create a cursor and manage the data rows in groups of 25 or
30. Then display the form with the first group loaded. Print the form.
Then load the next group and print form until end of file.

James W. Hall Sr.
(e-mail address removed)
 
Hi James,

Thank you very much for your reply.
I do not want to display the form as many time for
printing the data row groups.
Moreover i have the grid data which has horizontal
scroll bar also (ie. more columns).

I want to print all the form controls along with
the whole grid data (more columns and more rows)
at one short.

Is it possible in VB.NET

Thank you once again,for your effort on this issue.

THanks
 
I don't understand the question. You are using PRINTFORM to print a
form. The form you are printing will print controls and the datagrid
and what is in the datagrid. What is the outcome you are trying to
accomplish?

James W. Hall Sr.
(e-mail address removed)
 
Back
Top