Results 1 to 4 of 4

Thread: Vb+report

  1. #1

    Thread Starter
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Arrow Vb+report

    Hi all
    I want to call four reports at a time without sub report on a single command click
    How it is possible?
    Can any one help me?
    If u don’t know the answer then don’t tell me to go at reporting section coz no one is there for help

    Help!!!!!!!!!!!

  2. #2
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: Vb+report

    i dont really get your question, if i am to understand it, here's you solution:
    VB Code:
    1. private sub cmd_click()
    2. report1.show
    3. report2.show
    4. report3.show
    5. report4.show
    6. end sub

    please try to be more understandable
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

  3. #3

    Thread Starter
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Vb+report

    this i know but if any other

  4. #4

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