|
-
Apr 7th, 2000, 04:56 PM
#1
Thread Starter
Lively Member
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.
-
Apr 7th, 2000, 07:48 PM
#2
New Member
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
-
Apr 11th, 2000, 09:49 PM
#3
Thread Starter
Lively Member
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
-
Apr 13th, 2000, 10:48 AM
#4
Member
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
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
|