|
-
May 2nd, 2007, 01:18 AM
#1
Thread Starter
New Member
dynamic datareport
hi guys..
can someone help me in creating a datareport which responds to my query?
here's the situation:
i have a listview which displays the products of a certain company...
what i want to do is when i select a certain product and <click> show report...
the record of the product and its company will be displayed on the datareport...
thats all... thanks in advance
-
May 3rd, 2007, 03:35 AM
#2
Re: dynamic datareport
Read about passing parameters to data report.
Try this !!
1.In the command add a query "select * from product where ProdName=?" and apply
2.In parameter tab select parameter set its data type.
3.Add the command object to data report.Set data report properties to command and dataenvironment
In the form on button click write
dataenvironment1.command1(listview selectedtext) datareport1.show
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
|