Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I run a program from a form in a different data s
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00891361
Message ID:
00891700
Views:
15
Ah Ha!
I do believe I've go it! :)
Procedure NewProgram
LParameters AnyParameters
Local loTemp
loTemp = CreateObject("sesTemp")
Return loTest.DoProgram(AnyParamaters)

Define Class sesTemp As Session
   Procedure DoProgram
   LParameters AnyParameters
   Return YourProgram(AnyParameters)
   EndProc
EndDefine
No all I've go to do is remember it for the next time I post:)

Cheers

Malc
Previous
Reply
Map
View

Click here to load this message in the networking platform