CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    1

    vb 6 data reports

    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



  2. #2
    Join Date
    May 2000
    Posts
    23

    Re: vb 6 data reports

    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




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured