Results 1 to 4 of 4

Thread: I need help with an error and printing datareport please

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2007
    Posts
    41

    Exclamation I need help with an error and printing datareport please

    Hello people,
    I am using visual basic version6.0 and my colloege has given me a project to create an application to calculate payments for examiners in different centres.
    I need to produce a datareport to show all the payments made and i also need to view the report in landscape view rather then potrait.
    I typed in DataReport1.Orientation = rptOrientLandscape during runtime to view my code and i had the following error compile error: Member or data member not found.
    I also want a code to print the datareport. I searched everywhere for a code but i amde nothing out of it.
    Thanks for your help in advance
    If u would also like the link to the specification of the project given then ask please.
    thanks again

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: I need help with an error and printing datareport please

    Moved to Reporting

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2007
    Posts
    41

    Re: I need help with an error and printing datareport please

    dont tell me that no one can help me out

  4. #4
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: I need help with an error and printing datareport please

    Member or data member not found.
    The Orientation property requires at least VB Service Pack 4.

    To print just call the PrintReport method.

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