Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object.Draw method
Message
De
17/08/1998 03:29:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00126802
Message ID:
00127325
Vues:
27
>Hi! :) Thanks for your reply.
>
> So, simply using:
> DO FORM myform && myform is a scx file
>will tell the VFP to link a variable called 'myform' to the form object, which allows me to call myform.refresh.
>
> Following that, does CLEAR WINDOWS clear the 'myform' variable also? Or
>do we have to explicitly user myform.Release?
>
>Thanks for your reply!
>
>Ian :)
Ian,
With "clear windows" you would still have the myform variable but with type "O" and .NULL. value.
It's a pity I didn't mean simply use "do form myform" and "myform" is a good ref to form.
1) Include name clause to reference forms. - do form myform name "myFormRef" linked.
2) Try to avoid "Clear" series in VFP and rather use myFormRef.release.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform