Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No keypress event in Crystal Viewer
Message
From
04/09/2003 13:39:57
Brian Atkins
Lender Support Systems, Inc.
San Diego, California, United States
 
 
To
08/07/2003 11:59:27
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00807960
Message ID:
00826134
Views:
26
>You can ignore the error. In the Error method of the form, you can put:
>
>IF nError = *SomeErrorNo*
> NODEFAULT
>ENDIF
>
>
>>Sorry can't help with your query, but maybe you can help me, i also use Crystal 9 viewer on a VFP 6 form, and occasionally i get an error message like 'Crystal viewer is busy downloading data' .. have you come across this before, how can i stop it
>>
>>Crystal support haven't been much help



We were getting the Crystal Viewer Error as well...

I emailed Crystal and they sent me to a document on Ver. 7.0

This gave the following code which I placed in the Refresh of the OLE Control:

DO WHILE Thisform.Olecontrol1.IsBusy
WAIT WINDOW 'Please Wait...' nowait
ENDDO

We are testing it today but so far this seems to have worked.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform