Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Autoexec Form method on load
Message
 
À
05/06/2001 19:46:49
Alan Law
Apocalypse Enterprises Inc.
Victoria, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00515496
Message ID:
00515511
Vues:
13
You can do it the same way you call the form - i.e. use a timer on the automatically called form.
To control the sequence of methods calls you need to add some custom properties to the form that will act as flags, the timer code can be:
do case
case thisform.startTheShow
  =thisform.method1()
  thisform.method1Executed = .t.
case thisform.method1Executed
  =thisform.method2()
  thisform.method2Executed = .t.
...
otherwise
endcase
Doru
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform