memo
Richard Kreiss
rkreiss at verizon.net
Wed Aug 18 08:45:22 PDT 2010
Working on a new addition to an app. The file has a memo field and I have
added the following code
Program called" rclerk foobar -s1 -xe -d (summary of options)
>From auto processing
if: 9 = ""
Then:em(9,uplow)="add memo"
If: 9 ne ""
Then: em="Edit memo"
Input processing
@wefxx:
Then: SHOW "Enter Comment or Press \kE-"{em{","< \kZ-To continue";end
@wukxx:
Then: memo 9 edit("9","2","7","75");memo 9 show(("9","2","7","75");END
Problem is when the memo is saved, the memo screen prompts don't clear.
If the same type of function is run from @keyM, when the memo is saved, the
prompts clear.
Is this not clearing in the first instance correct?
Richard
More information about the Filepro-list
mailing list