Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Server Side EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00264480
Message ID:
00264722
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform