Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run VFP app without a UI
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00929177
Message ID:
00929298
Views:
7
Hi,

Thanks for your suggestion. However, I still need to call the .exe from MS-SQL CMDEXEC. I simplified my program to what you see below (it does nothing other then setting the environment), yet it is still hung in MS-SQL. I also have SCREEN=OFF in the config.fpw.

I know from other discussion groups that SQL CMDEXEC can not run .bat or .exe that open a User interface or pop-up message. I think SQL CMDEXEC is still detecting one here.

Thanks

Parameters storedproc, filename
_screen.Visible = .F.
SET TALK OFF
SET NOTIFY OFF
SET ECHO OFF
SET EXCLUSIVE OFF

*!* I have removed all processing code...

QUIT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform