We recommend that you run VPM Enterprise from the Windows Start menu or by clicking on a desktop shortcut that you create. However, if you want to run VPM Enterprise directly from FoxPro, here’s what you need to do.
Ø To run VPM Enterprise from Visual FoxPro
1. Start Visual FoxPro with a CONFIG.FPW file that contains the following lines:
_STARTUP
=
SCREEN = OFF
RESOURCE = 'C:\VPME91\DATA\SAPPFRES'
DEFAULT =
'C:\VPME91'
_GENMENU = 'C:\VPME91\PRGS\GENMENUX.PRG'
_MNXDRV2 =
‘C:\VPME91\PRGS\SSYSIMNU.PRG’
Change “C:\VPME91” to the path to your VPM Enterprise home directory if different.
2. Execute the following command from the FoxPro Command Window:
DO VPM.APP
Running ProMatrix If You Change Visual FoxPro