Visual Foxpro creating cursor with indexes sometimes freezes
up vote
-1
down vote
favorite
This code is part of an application that is triggered with the windows scheduler.
Most of the time, there is no problem, but say 2 times of the 24 times when fired every hour.. the appliciation freezes on the first index on command. Someone any idea what can be wrong ? It is on a Windows Server 2012.
Code:
CREATE cursor xfAdmins (AvAdmin c(10), xlDeb l, xlcred l, AvDir c(140),AvOnd c(10))
INDEX on AvAdmin TAG AvAdmin
INDEX on AvAdmin TAG deb FOR xlDeb=.T.
INDEX on AvAdmin TAG cred FOR xlCred=.T.
visual-foxpro foxpro
New contributor
add a comment |
up vote
-1
down vote
favorite
This code is part of an application that is triggered with the windows scheduler.
Most of the time, there is no problem, but say 2 times of the 24 times when fired every hour.. the appliciation freezes on the first index on command. Someone any idea what can be wrong ? It is on a Windows Server 2012.
Code:
CREATE cursor xfAdmins (AvAdmin c(10), xlDeb l, xlcred l, AvDir c(140),AvOnd c(10))
INDEX on AvAdmin TAG AvAdmin
INDEX on AvAdmin TAG deb FOR xlDeb=.T.
INDEX on AvAdmin TAG cred FOR xlCred=.T.
visual-foxpro foxpro
New contributor
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This code is part of an application that is triggered with the windows scheduler.
Most of the time, there is no problem, but say 2 times of the 24 times when fired every hour.. the appliciation freezes on the first index on command. Someone any idea what can be wrong ? It is on a Windows Server 2012.
Code:
CREATE cursor xfAdmins (AvAdmin c(10), xlDeb l, xlcred l, AvDir c(140),AvOnd c(10))
INDEX on AvAdmin TAG AvAdmin
INDEX on AvAdmin TAG deb FOR xlDeb=.T.
INDEX on AvAdmin TAG cred FOR xlCred=.T.
visual-foxpro foxpro
New contributor
This code is part of an application that is triggered with the windows scheduler.
Most of the time, there is no problem, but say 2 times of the 24 times when fired every hour.. the appliciation freezes on the first index on command. Someone any idea what can be wrong ? It is on a Windows Server 2012.
Code:
CREATE cursor xfAdmins (AvAdmin c(10), xlDeb l, xlcred l, AvDir c(140),AvOnd c(10))
INDEX on AvAdmin TAG AvAdmin
INDEX on AvAdmin TAG deb FOR xlDeb=.T.
INDEX on AvAdmin TAG cred FOR xlCred=.T.
visual-foxpro foxpro
visual-foxpro foxpro
New contributor
New contributor
New contributor
asked yesterday
PvK
1
1
New contributor
New contributor
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday
add a comment |
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
PvK is a new contributor. Be nice, and check out our Code of Conduct.
PvK is a new contributor. Be nice, and check out our Code of Conduct.
PvK is a new contributor. Be nice, and check out our Code of Conduct.
PvK is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204309%2fvisual-foxpro-creating-cursor-with-indexes-sometimes-freezes%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you have an error handler running? If so, what does it tell you about what's going on?
– Tamar E. Granor
yesterday