Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view animation form problem
Message
 
À
03/04/2000 10:30:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00354274
Message ID:
00354305
Vues:
16
Hi Jaekarp,

You may want to try linking the form to variable. It will me much easier to release it.
DO FORM LOADING <b>NAME frmLoading LINKED</b> ** LOADING is dummy form just showing filecopy

 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
 ** Just releasing the var will call the forms release() method
<b>release frmLoading</b>
Not sure about your other problem.

hth



>Would you please check my codes belows and tell me what made me weired?
>
>
>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.
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform