disable <DEL> key
Richard Kreiss
rkreiss at verizon.net
Thu Apr 19 13:40:17 PDT 2012
> -----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 frank7767 at aol.com
> Sent: Thursday, April 19, 2012 4:02 PM
> To: filepro-list at lists.celestial.com
> Subject: disable <DEL> key
>
>
> I have forgotten the way to preven.t a user from using the <DEL> key in
'clerk
> anyone know it?
You could capture it with
@keyD: if:
Then:MSGBOX "Deletion Not Permitted"; END
Or
@keyD:
Then: inputpw popup("18","-1") pw "Enter password for deletion "
If: pw = "" or pw ne "Password"
Then: END
If:
Then: delete;END
Or from create screen,
press <U> to update
Press <F8> - Extended options
Press <O>-Set Options
Change Prevent record deletion from this screen from <N> to <Y>
And save
More information about the Filepro-list
mailing list