Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view animation form problem
Message
From
03/04/2000 10:30:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Remote view animation form problem
Miscellaneous
Thread ID:
00354274
Message ID:
00354274
Views:
213
Would you please check my codes belows and tell me what made me weired?

cmdQuery.click()

DO FORM LOADING ** LOADING is dummy form just showing filecopy
** Animation to notify users things going on

SELE myRemoteView ** Oracle Remote view
=Requery() ** It takes 1 minutes usually... and that's why
** I called LOADING FORM


** Now it's time to release LOADING FORM

For Each oForm in _SCREEN.Forms
If oForm.Name=="Loading"
oForm.release()
Exit
Endif
Endfor

The Problem is

1. The LOADING FORM isn't released after FOR ~ ENDFOR Loop.
; I tested it in another form without remote view and it worked.

2. When LOADING FORM begins to show there is a distortion or halt on screen that seems to be required for retreiving data. ( A halt with message 'EXCUTING REMOTE....')

Any tips or hint would be appreciated greatly. And I beg your pardon for delayed response from me; I'm gonna call it a day after hours of serching past threads.
OCP8 DBA
Next
Reply
Map
View

Click here to load this message in the networking platform