Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro Project - creating exe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00603711
Message ID:
00604466
Vues:
27
Hi,

I appreciate all the help. I still can't get the form to show when running from an exe.

Here's the code I have used -

Main.prg
Do form form1
Read Events

Form methods
Form Window type - "1-Modal"

Exit Button Click Method
IF MESSAGEBOX('Are you sure you want to exit?',4+32,ThisForm.Caption)=6
THISFORM.Release
ENDIF

Destory method of the form
Clear Events

Problems
1)The form does not show up when running the exe.
2)The control does not return to the main prg when running through foxpro.

Thanks in advance
Neetu Kumar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform