Click to See Complete Forum and Search --> : vb 6 data reports


suraj prabhu
April 5th, 2001, 01:52 AM
dear sir
please help me i am developing a software in VB6 and access and i am doing the reports in VB6 datareports.
my problem is that my client wants me to develop reports which show a maximun of 10 records in a report and the records after the 10th record should go to the next report. in simple words i want to develop a report whose page size is set to half of the page height lets say
(8.5 X 5.5"). please let me know how i can ristrict the number of lines per report and also tell me about how i can give a page break at the centre of the page so as to solve my problem.
please help me
i am i urgency
or please tell me where i can get help regarding this
suraj prabhu

Jeremie
April 5th, 2001, 03:29 AM
Hi,
I'm not a specialist with the VB DataReports, but try this:
By default, when you create a DataReport, its BottomMargin property is set to 0.
If you set it with an other value, a break page will be generated.
For exemple set it to a value equal to your half page.
Hope it helps.
Hello from France.
Jeremie