Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run VFP app from Windows Task Scheduler
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01006053
Message ID:
01006437
Vues:
19
>Hi,
>I have a VFP desktop application. It contains UI, and will loop and check a table to do some clean up job.
>DO WHILE .T.
>*-- Check table
>   IF INKEY() = CertainKey
>      EXIT
>   ENDIF
>ENDDO
>
>*-- No READ EVENTS is issued
>RETURN
>I use Window Task Scheduler to run this app on window startup. Its been launched, shown in task manager|processes tab, but invisible mode and seem not executing (I have logging code, but seem nothing been written to log file). No error been logged also.
>
>It works if I select "Run" from Windows Task Scheduler menu.

Hmmm. Do you have a CONFIG.FPW in your system path somewhere that sets SCREEN=OFF? It could be picking it up when it starts the app from the scheduler.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform