|
-
June 10th, 2003, 09:07 AM
#11
Parameter passing to crystal report from vb Form
Hi every one ,
I am trying to pass parameter to crystal report 8.0 from VB6.0 form .
But it is giving problem .
I have written following code
CrystalReport1.ParameterFields(Todate) = CDate(DTPicker2.Value)
CrystalReport1.ParameterFields(PaymentType) =CStrCombo1.Text)
it is okay up to this level but when i tryed to give action to crystalreport1 as
CrystalReport1.action = 1
then it is giving problem .
can any boody tell me why i am getting problem .
Thanks in advance .
Suyog
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
|