memo

Jose Lerebours fpgroups at gmail.com
Wed Aug 18 11:18:18 PDT 2010


On Wed, Aug 18, 2010 at 11:45 AM, Richard Kreiss <rkreiss at verizon.net> wrote:
> 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?
>

I have not done filePro coding for a while but I believe that when
using -d flag, prompts are not shown nor cleared so, you must do this
within your own code.

Regards,


Jose


More information about the Filepro-list mailing list