Hello I am Archana. I am using segate crystal report in vb6. How can I refresh my report so that it show me newly entered records at runtime. There is no option like crystalreport1. refresh
I am using following commands which are not working
1) crystalreport1. sqlquery = "select * from company"
2) crystalreport1. reset
I am using following commands which are not working
1) crystalreport1. sqlquery = "select * from company"
2) crystalreport1. reset
Comment