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

Thread: Data Report

  1. #1
    Join Date
    Feb 2000
    Posts
    5

    Data Report

    R/Sir,
    How to break page after printing specific number of records in VB6.0 Data report
    Header and detail reports page break should occur after specific no. of details record and header information should be repeated on each new page with rest of the details record.
    Thanks & Regards
    Dinkar
    [email protected]


  2. #2
    Join Date
    Jul 1999
    Location
    Australia
    Posts
    39

    Re: Data Report

    Hi,
    I think you should check the Sql statements that you have used to generate the output and if you have not used SQL statements then i suggest you use it.
    Also drag the correct fieds in the Correct place where you want the records to be displayed in the DataReport.
    I hope this helps,
    Derek


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