Fp 5.7.03 problem - revisited
Richard Kreiss
rkreiss at verizon.net
Tue Sep 24 13:23:45 PDT 2013
Top post:
Tested the lookup - code again and found that when I commented out the locked(-), the program didn't crash.
According to the help file, the ability to use locked(-) was added with 5.7.01. I find this interesting as the programming works fine in 5.6.10 but not in 5.7.
When an unlocked record is found the code falls through to some additional programming to get the variables used for the browse lookups to be displayed.
Richard
> -----Original Message-----
> From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On
> Behalf Of Richard Kreiss
> Sent: Tuesday, September 24, 2013 3:42 PM
> To: filepro-list at lists.celestial.com
> Subject: Fp 5.7.03 problem
>
> 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.
>
>
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
More information about the Filepro-list
mailing list