Results 1 to 4 of 4

Thread: Sending Parameter Value To DataReport

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 1999
    Location
    Malaysia
    Posts
    108
    Hello...
    Could everybody and masters VB help me about
    sending parameter value to DataReport.

    Hopefully can show to me step by step.

    waiting response from you all...
    Thanks.

  2. #2
    New Member
    Join Date
    Apr 2000
    Posts
    12

    Crystal Reports

    Hi...

    I could start explaning you "How to" use DataReport BUT from my experience (not that I have much), DataReport sucks relativly to the Crystal Reports which is a perfect program for handaling reports. Very easy to use, after you'll read a little help you'll master it.
    BTW: Crystal Reports comes with the VB.

    I personaly learned the DataReport and the DataEnviorment wich connects to it for 2 weeks or so, and found out everything is complex to do... All that untill I tried the Crystal Reports and was amazed to see how simple it is and how quickly I can make a new report.

    If you have any questions about Crystal Reports pls ask.
    Hope It'll help you...

    Edy

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 1999
    Location
    Malaysia
    Posts
    108

    Smile Thanks For Your Response

    Hi...Edy

    Thanks for your suggestion to use CrystalReport.
    I'll already use before but I think the best way to use
    DataReport is better.
    About my problem, I've just get their their answer and if
    you want to share with me, go and visit this address:
    http://support.microsoft.com/support...&SA=ALLKB&FR=0




  4. #4
    Member
    Join Date
    Jan 2000
    Location
    Singapore
    Posts
    59
    Hi,
    Data reports is also easy to use.
    Please try it this way to pass a parameter.
    In the sql statement
    for example; Select * from [table name] where [field]=?
    Then go to the parameters tab, now it is enabled.
    you enter all the properties such as datatype input and out put and the length etc.

    Then in the command button or any event where you want to open the report.

    connection.command parameter.
    datareport.show or print.

    I hope it should work.

    thanks
    karun
    With regards,
    Karun

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