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

    Data Report Of VB6.0

    Sir,
    I Need to prepare a report and I am using Data Report of visual Basic 6.0 in my Report I have got two columns 1.Name 2. Amount ...my problems is I have lot many entries of this name and amount and my data report is having only two columns so I want to use space of my report to print 4 columns that are 1.Name 2.Amount 3.Name(again)4.Amount(again) but this two added columns should not repeat the value for example record no 1 in first two columns and record number 2 in 3rd and 4th column so how will i do this so that my report becomes compact? Because Data Report binds the record in RPTText field on its own, As I am begginer in this field I am not able to solve this problem. Kindly reply me and guide me for the same.
    Thanking you in anticipation.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Data Report Of VB6.0

    Try to create a grouping information at your command object

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

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