Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control is busy downloading data... error
Message
From
03/03/2004 16:12:31
George Simon
GS Data Technologies, LLC
Cincinnati, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00882541
Message ID:
00882894
Views:
16
>You could probably do something like this:
>DO WHILE oForm.CrystalViewer.IsBusy
> DOEVENTS
>ENDDO

Thanks for the response, Jon. Before I posted my original message tried the following:

DO WHILE thisform.oCRViewer.IsBusy
WAIT WINDOW 'Retrieving data...' TIMEOUT 0.2
ENDDO

The IsBusy property's status never changed and my app went into an infinit loop; which leads me to this question: what's the control busy doing? Is the IsBusy property even the right property to watch for loading the report's data? Will DOEVENTS refresh the CRViewer control so that VFP can see the property's status change?
George Simon, MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform