Fp 5.7.03 problem
Richard Kreiss
rkreiss at gccconsulting.net
Tue Sep 24 12:42:07 PDT 2013
I have the following code in a number of programs and are testing the code out in 5.7.03.
I hit 2 problems.
A number of application use *clerk to stand on a blank record and access records through a browse lookup to another file. The input process table(s) (-Z) have @once processing to move to the first available unlocked record.
Rn(8,.0)
get_rec◄ If: rn gt "100"
Then: EXIT
229 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: lookup - r=rn -npw
230 ------- - - - - - - - - - - - - - - - -
◄ If: locked(-)
Then: rn=rn+"1";GOTO get_rec
Simple code that has worked for a long time. However, *clerk crashes when this code is used. When I change the dash lookup to the file name and run the code, it does not crash.
Second problem. Same file auto processing.
Auto processing has only 1 line a dummy field da(1028,*) used in a number of programs to read in data from an imported file. I have had to put -y !! on the menu command line to again keep the program from crashing.
Has anyone else experienced this problem?
Yes, this error is repeatable as I have tested in a few program in this file.
More information about the Filepro-list
mailing list