|
-
Oct 11th, 2000, 07:14 AM
#1
Thread Starter
Member
i created a data report. i want that when i clicked a command button, it shows the report and at the same time assigns caption on my label in my data report? how can i do that?
-
Oct 11th, 2000, 07:44 AM
#2
Addicted Member
Try something like this. DR1 is the data report. you need to know the section number. (first section on the page is 1)
DR1.Sections(2).Controls("lblCatalog").Caption = "?"
if you need more help let me know.
-
Oct 11th, 2000, 07:51 AM
#3
Thread Starter
Member
questions about data report
hello nathan
is there any possible way to make my data report landscape? im getting errors like "report width is larger than paper width?" pls help me thanks
-
Oct 12th, 2000, 07:34 AM
#4
Addicted Member
If there is a way I haven't found it yet. Search the site I think some other people had asked that question. They might have gotten an answer.
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
|