|
-
Apr 3rd, 2007, 01:54 AM
#1
Thread Starter
Member
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
-
Apr 3rd, 2007, 01:40 PM
#2
Re: I need help with an error and printing datareport please
-
Apr 3rd, 2007, 01:43 PM
#3
Thread Starter
Member
Re: I need help with an error and printing datareport please
dont tell me that no one can help me out
-
Apr 3rd, 2007, 02:49 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|