memo

Richard Kreiss rkreiss at verizon.net
Wed Aug 18 11:39:59 PDT 2010



> -----Original Message-----
> From: Jose Lerebours [mailto:fpgroups at gmail.com]
> Sent: Wednesday, August 18, 2010 2:18 PM
> To: Richard Kreiss
> Cc: filepro-list at lists.celestial.com; fpsupport at fptech.com
> Subject: Re: memo
> 
> 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

Jose,

As I indicated above, when accessing the memo edit function from @key, the
prompts clear on their own even with the -d option.

They do no clear when in update mode.  You may be correct.  But since one
cannot put up one's own prompts for the memo function, I would expect they
would be cleared when the memo was saved.

Thanks for the thought.

Richard




More information about the Filepro-list mailing list