Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPW & VFP in same app
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00340288
Message ID:
00341304
Views:
26
>>
>>You can't "DO myVFP.EXE" from FPW or "DO myFPW.EXE" from VFP. You can "RUN myFPW.EXE" from within VFP or "RUN myVFP.EXE" from within FPW, though.
>
>
>Fred,thanks for your reply.
>
>Now, being able to run another app using Run..., is there any way to pass parameters ??
>
>Regards,
>
>Gerard

Sure, just like Mike said. You'll need a PARAMETER or LPARAMETER statement at the beginning of your main .PRG of each app. Remember, parameters passed with the RUN command all will be character strings, where parameters passed with DO can be whatever type.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform