Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running VFP application as a service
Message
De
22/11/2005 05:20:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01070719
Message ID:
01071097
Vues:
32
Sergey,

Made some further tests and find out that what was "holding" program execution was the Set SysMenu Save that I commented, as below.

After doing that the program started, but some time latter I got the same error message.

Please note that I removed the Read Events as it was in my previous message, so I'm still needing to know where to place it.

Regards,

Fernando
Procedure TASKsched 

 Set Talk   Off
 Set Clear  Off
 Set Cursor Off

* Set SysMenu Save
  Set SysMenu  To

 If ! Directory ("C:\Temp")
    MkDir C:\Temp
 endif

 Set Procedure To GenProcV         , ;
                  TaskProcs        , ;
                  TaskProcess      , ;
                  TaskStarter      , ;
                  TaskBackupRecover, ;
                  LibraryTASKsched
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform