Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como saber se um form está disponível
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00713820
Message ID:
00713825
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform