Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view animation form problem
Message
De
03/04/2000 10:30:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Remote view animation form problem
Divers
Thread ID:
00354274
Message ID:
00354274
Vues:
211
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform