CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Location
    Delhi, India
    Posts
    31

    Data Reports Formatting

    How can I format the data reports..
    I am creating the datareport of student list...
    But I want to display my result in a particular fashion..
    Is it possible?

    The format should be as possible:-

    Roll Number: 34
    Student Name: S. Jain
    Father's Name: S. Jain

    Subject Marks Status
    Hindi 78 Distinction
    English 75 Distinction
    Maths 65 Pass

    Result: Pass
    Total Marks: 218



  2. #2
    Join Date
    May 2003
    Location
    philippines
    Posts
    8
    i have the same problem too..... i dont know how to format the data report with that kind of format you posted....

    Can anyone help us please please!


    FORMAT (has 2 columns in one page)

    NAME: xxxxxxxxx NAME: xxxxxxxxx
    ADDRESS: xxxxxxxxx ADDRESS: xxxxxxxxxxx
    TEL: xxxxxx TEL: xxxxxxxxxxx
    FAX: xxxxxxx FAX: xxxxxxxxxxx
    TELEX: xxxxxxx TELEX: xxxxxxxxxx
    E-MAIL: xxxxxxxx EMAIL: xxxxxxxxxx

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