Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Forms into Project
Message
De
03/06/2003 12:00:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795714
Message ID:
00795733
Vues:
17
>Hi.
>I have set up a whole pile of screens with syntax:
> MyPrepare('Myform',Param1,param2) which runs up a form.
>
>and of course they dont get into the project.
>
>Is there any 'easy' way at this stage to ensure all my screens get into the project without going back and amending each line ?
>
>Regards,
>Gerard

In a code that's in your project (ie: main.prg) add code similar too :
if .f.
 do form MyForm
 do form MyForm1
 do form MyForm2
 do form MyForm3
*...
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform