Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to load vfp6 programatically with an open form or cl
Message
From
14/08/2002 02:58:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00689408
Message ID:
00689436
Views:
33
>any one who knows the command to load vfp6 programatically with an open form or class.
>
>What i need is to open vfp6 with an open class or form that i specified.
>
>For example i want to execute the command below but the command below doesn't work.
>
>run/n vfp6 form_name.scx run/n vfp6 class_name.vcx

Write your commands in a prg and invoke vfp with prg. ie:

*mystartup.prg
modify form myform.scx nowait
modify class myClass of myClassLibrary nowait

vfp6 mystartup.prg

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