Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Como saber se um form está disponível
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00713820
Message ID:
00713825
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Tente isto:
RotinaErro = ON("ERROR")
m.FormExiste = .T.
ON ERROR m.FormExiste = .F.
DO FORM MeuForm
ON ERROR &RotinaErro
If m.FormExiste = .F.
    MessageBox("FORMULÁRIO NÃO DISPONÍVEL")
EndIf
[]s!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform