Trapping an Update

gcc consulting rkreiss at gccconsulting.net
Sun Dec 5 09:46:27 PST 2010


Just pointing out a new function available in 5.6 which some may have missed and might find useful. 

Richard
>From my phone 

-----Original Message-----
From: flowersoft at compuserve.com
Sent: Sunday, December 05, 2010 12:34 AM
To: rkreiss at gccconsulting.net; 'Bruce Easton' <bruce at stn.com>; filepro-list at lists.celestial.com
Subject: RE: Trapping an Update

And if not in 5.6...

@keyH if:
Then: inputpw pw "Enter Password "
If: pw = "" or pw ne "password"
Then: END
If:
Then: hardcopy;END

-----Original Message-----
From: filepro-list-bounces+flowersoft=compuserve.com at lists.celestial.com
[mailto:filepro-list-bounces+flowersoft=compuserve.com at lists.celestial.com]
On Behalf Of Richard Kreiss
Sent: Saturday, December 04, 2010 11:59 PM
To: 'Bruce Easton'; filepro-list at lists.celestial.com
Subject: RE: Trapping an Update

With 5.6 At line 2 in the example you can use dokey "u" to have filepro run
the normal update.

DOKEY allows one use filepro "reserved' keys for more then what they
previously were reserved for;  using B for a custom browse or the filepro
browse.

I have one application where H-hardcopy is passworded.

@keyH if:
Then: inputpw pw "Enter Password "
If: pw = "" or pw ne "password"
Then: END
If:
Then: dokey "H";END

Check the latest doc's.


Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
  






> -----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 Bruce Easton
> Sent: Saturday, December 04, 2010 11:08 AM
> To: filepro-list at lists.celestial.com
> Subject: Re: Trapping an Update
> 
> Here's another way of doing capturing 'U' to initiate totaling of dummy
fields
> on a special control file screen - without ever putting user in update
mode.
> (If it were up to me, I'd make the user press 'T' for total and let them


[The entire original message is not included]


More information about the Filepro-list mailing list