Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: How to refresh crystal report
It is CR (Crystal report) toolbar, it was a typing mistake. As for the refreshEX method, I dont have VB6 with me at the moment, but it is a method of crystal report viewer object (the one you have placed on form). It should be in listed mehtods, and as I remember, it takes one bolean parameter. I think True is used when tou want to refresh whole report (together with data from database), and False only if you have made some changes on the report fields through code, and you want them to visible to user - but not to refresh data from database.
____________________________
If you find the answer helpful, please mark this topic as solved.
|