[RESOLVED] Bind dataset to CR and send Data to Parameter Field
Hi,
I have some database field i've dragged and dropped on my Crystal report. I programatically create a dataset and bind it to the report. This works perfectly. Now i have some other parameter fields placed on the report that am trying to send data into, but this is not working. When i comment the code for binding the dataset(myReport.SetDataSource(ds)) the parameter field is filled correctly. But i have to get the two working. Someone please help
WaZda
Re: Bind dataset to CR and send Data to Parameter Field
Re: Bind dataset to CR and send Data to Parameter Field
Hi RobDog888,
Thank you for the link. I'll go through it and see what it gives.
WaZda
Re: Bind dataset to CR and send Data to Parameter Field
Hi RobDog888,
I've finally got it. what i did to get it work was to bind the dataset to the report, before i start writting the codes to initiate the parameter fields value on the report. Then after all that i load it in the viewer.
Thank u.
WaZda