Hi,
I am doing project with
VB & Oracle 8i. I am using crystal reports. for the first time records in the table will be loaded to crystal report,. but when i insert record from front end for the second time every time i have to open report(design) & i have to set location manually. then the records in the table will be displayed. Any way report is opening. but when i try to use Refresh button report will come blank. i could not trace the problem. pls help me.
i used following code to open the report from
vb,
(crystal report control)crrp.reportfilename= app.path
& "\reportname.rpt
crrp.discardsaveddata=false
crrp.action=1.
i think for refreshing i have to make discardsaveddata property to TRUE. but if i do this i will get could open sql server.
Pls help me to solve this problem as early as possible.
Regards
Abhishek.