Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding VFP internals
Message
From
20/11/2001 16:58:56
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584014
Message ID:
00584225
Views:
35
This message has been marked as a message which has helped to the initial question of the thread.
>>>
>>>Here is the problem: for most operations we need to use user's configuration. Only for this particular application I need to change temp dir to something else.
>>>
>>>
>>
>>Then use the current configuration file as the basis for the new one...filetostr(), add necessary lines, and strtofile() to another config file.
>>
>>You can specify what file to use when you start the .exe.
>
>Right, except we're not running exes here. We're running .app from the main application. E.g. my application is called DataDict.app and it's called from the main JobControl's application menu... Of course, we may consider to change it to exe and change menu call... I need to discuss it with everyone be4 doing it...

You can run a new instance of VFP running that .app, with a custom tailored .fpw and any message file left in its private tmpfiles directory, so any communication between the JobControl and the .app is feasible. Even the return control can be done if you use file based messaging and use Api_AppRun to just wait until it gets done.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform