PDA

Click to See Complete Forum and Search --> : I need help with an error and printing datareport please


frajosg
Apr 3rd, 2007, 01:54 AM
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 :duck:

Hack
Apr 3rd, 2007, 01:40 PM
Moved to Reporting

frajosg
Apr 3rd, 2007, 01:43 PM
dont tell me that no one can help me out

brucevde
Apr 3rd, 2007, 02:49 PM
Member or data member not found. The Orientation property requires at least VB Service Pack 4.

To print just call the PrintReport method.