Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Forms into Project
Message
From
03/06/2003 12:00:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795714
Message ID:
00795733
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform