Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Plain Jane Example
Message
 
À
18/07/2000 18:25:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00394082
Message ID:
00394093
Vues:
17
>Does anyone have some sample code I can rummage through that runs a form in the windows desktop without all the application background and menu bar. I'm new to FoxPro, and I'm trying to run a simple form but I can't get it to show up by itself. I'd like to use a clean project without using the setup wizard and just use the forms and classes I want, but I can't find an example.
>
>Thanks everybody

I don't have one you can use... but;

In your CONFIG.FPW
SCREEN=OFF


MAIN.PRG in your Project
DO FORM myForm

READ EVENTS



myForm.scx
Queryunload()
CLEAR EVENTS

.showwindow = 2 'As Top Level Form'


Those are the main points to get it to work.

HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform