Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view animation form problem
Message
 
To
03/04/2000 10:30:40
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00354274
Message ID:
00354305
Views:
17
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform