Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server Side EXE
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00264480
Message ID:
00264722
Views:
15
>Can anyone help me with creating a server side EXE?
>
>My need is to create an EXE that can be launced from
>a scheduler, to run certain processes on the server.
>
>When I built a standard EXE, it invoked the visual
>portion of VFP, then ran the code. Is it possible
>to simple invoke the EXE with the visual component?
>
>Any help would be greatly appreciated!

In addition to what has been said, look at the following for some insight.

Declare Sleep IN Win32API;
INTEGER dwMilliseconds

application.visible=.f.

sleep(5000) && 5 second wait

application.visible=.t.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Reply
Map
View

Click here to load this message in the networking platform