Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running VFP application as a service
Message
From
22/11/2005 05:20:17
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01070719
Message ID:
01071097
Views:
34
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform