procesing problem
Kenneth Brody
kenbrody at bestweb.net
Tue May 11 07:37:41 PDT 2004
"Robert Pulliam M.D." wrote:
>
> unix and filepro
>
> running @keyu processing in file named ASappts
> @keyu if:
> then: system call
> if:
> then: look appts = ASappts2 r = nn -n
> if:
> then: copyin appts;delete appts
> if:
> then: display;write
> if:
> then: pushkey "[save][save]";end
> if:
> then: return
>
> Running the debugger everying works fine thru display with all data correct.
> When puskey is executed the record is deleted or data is removed and I am
> returned to the record with options at bottom of screen but blank data! The
> exact same processing run on a DOS based machine works perfectly. Help
Note that the PUSHKEY is unnecessary, as you never enter edit mode on a
screen.
Also, what is the "RETURN" for? At first, I didn't see the END on the
previous line, and was wondering how you didn't get a "return without
gosub" error.
What version of filePro are you running on Unix, and what version on DOS?
This may be related to a bug fixed in 4.8.12/5.0.07, which can be worked
around by adding something like "1=1" after the COPYIN.
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list