Results 1 to 4 of 4

Thread: how can i access a label component in my data report?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Question

    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?

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Question 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

  4. #4
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    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
  •  



Click Here to Expand Forum to Full Width