Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I remove the
Message
 
 
To
26/11/2001 08:18:09
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00585679
Message ID:
00585691
Views:
20
I assume that you're calling VFP exe using Run command. In this case create configuration file for VFP exe with RESOURCE=OFF and specify it in the Run Command
* Config.vfp
RESOURCE=OFF 
...

* DOS program 
RUN myvfpapp.exe -cconfig.vfp < param1 > ...
>If this message is already posted, I aplogise, but I thought I lost it.
>
>I support a customer who uses a DOS application written in FoxPro 2.6.
>The customer wanted a bespoke program added to the application so that they could print documents in a Winddows style, i.e. Big and bold fonts, pictures, etc..
>
>This bespoke was written in a VFP app that contained the prg and a report and could be accessed through the DOS application.
>
>The problem is when the user selects the menu option to print the bespoke documents the DOS application is minimised, and a messagebox appears containing the message 'Convert Resource file from 3.0 to 6.0'.
>
>How do I remove this messagebox so that the users can process without interruption?
>
>Also I assume the resource file is the foxuser table. If it is then I need to keep the DOS application's version.
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform