Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Solve the Do Form can not use TO?
Message
 
À
03/10/2001 07:34:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00563488
Message ID:
00563497
Vues:
16
If you use this form anywhere in your application and you need thisform not to be modal try this:

temp_name = "" && or thisform.run_form
DO FORM NoModalForm NAME temp_name TO myVar NOSHOW
temp_name.Show(1)

You cannot DO FORM xx TO yy IF the form is NOT modal.

HTH

Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform