Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TopLevel Form Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00808026
Message ID:
00808041
Vues:
18
Top-level form cannot be modal. Try
oForm.Show()
>I'm trying to create a little app that runs as a top level form, I'm going to be running this as an EXE. The problem is when I run the exe, I get a flash and then it disappears, if I call up the taskmanager, it's running. I have to kill it from the taskmanager. I have a read events. The main program calls the code to create the form in code. Below is the code.
>
>I have the calling program:
>
>
>* Program: lanMess.prg
>ON SHUTDOWN quit
>_Screen.Visible=.f.
>DO tmess
>READ events
>
>
>
>and the tmess.prg
>
>
>oForm = CreateObject("Tform")
>oForm.Show(1)
>* end of main
<snip>>
>
>
>Thanks for any help
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform