Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running VFP application as a service
Message
De
22/11/2005 04:38:16
 
 
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:
01071092
Vues:
39
Hi Sergey, thanks for replying!

>Do you have READ EVENTS in VFP EXE code?

No, I didn't, just put it (as below) but occurred the same error (maybe I didn't do it the right way...)
 Procedure TASKsched 
 
 Read Events
 
 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

 . . .
Any other ideas?

Regards,

Fernando
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform