Click to See Complete Forum and Search --> : Sending Parameter Value To DataReport
alwsid
Apr 7th, 2000, 04:56 PM
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.
edwardo
Apr 7th, 2000, 07:48 PM
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
alwsid
Apr 11th, 2000, 09:49 PM
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/kb/articles/Q244/7/79.ASP?LNG=ENG&SA=ALLKB&FR=0
karunakaran
Apr 13th, 2000, 10:48 AM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.