Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I run a only one Form Exe ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00763758
Message ID:
00763766
Vues:
22
>Hi to everybody
>
>My Little project has:
>
>configbd.prg -> Main program
>configbd.scx -> Modal form
>
>The configbd.prg has:
>
>DO FORM configbd
>read events
>
>The form configbd.scx has a command buttom that do:
>
>Click -> CLEAR EVENTS
>
>When I generate the exe it doesn not run outside VFP7
>(it don't show anything)
>
>Any Help will be very apreciated
>
>Thanks
>Amilcar Pino

Sounds like you've got SCREEN=OFF in your CONFIG.FPW. In order to utilize that, you need to make youe form a TopLevel form. (via the .ShowWindow property) It needs to be set to 2, as top level form.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform