Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DO FORM invisible??
Message
De
17/07/1998 05:56:43
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00118492
Message ID:
00118507
Vues:
17
>>It should work 100%.
>>
>>DO FORM yourformname NOSHOW
>>
>>Anyway, what's the error message??
>
>The message is "Command contains unrecognized phrase/keyword". I am using VFP 3.0, but I cannot find NOSHOW command in the help file of either VFP3 or VFP5. What am I missing ??
Klas,
Save your form as a class w/o playing with visible property (default .t.). Then call like this :
cMyFormClassLib = "myTestLib" && Your actual classlib name here 
cMyFormClass = "myTestForm"   && Your actual class name here 
set classlib to (cMyFormClassLib) additive
oMytest = createobject(cMyFormClass)
release classlib (cMyFormClassLib)
wait window "Activate form ?" to lActivate
if lActivate $ "Yy"
   oMytest.show
endif	
read events
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