Re: Default Menu - Record - Remove ???

From: Mario Zgela <mario_at_hnb.hr>
Date: 22 Dec 1998 10:53:47 GMT
Message-ID: <01be2d9a$0b5e5e60$236faaaa_at_mzgela>


Create KEY-DELREC trigger on specific block (or form) level and write following code:

message('Deleting is not allowed!');
null;

This will prevent deleting a record and show the message to the user.

Hope this helps,

Mario

plprasad_at_my-dejanews.com wrote in article <75mi70$tbt$1_at_nnrp1.dejanews.com>...
> Hello,
>
> I have a forms 4.5 form with the default menu. The users of this
> form used to delete records by choosing "Record" option and
> selecting "Remove" option. Now I need to prevent users from
> deleting a record using the menu option "Record->Remove".
>
> Can anyone suggest me which trigger I need to use to nullify the
> functionality of removing the record.
>
> I need to use it in another form, where there is a need to
> check for existence of another record in the database, before I
> delete the record from the screen.
>
> I appreciate you help.
>
> Thanks,
> PLPRASAD.
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
 

>
Received on Tue Dec 22 1998 - 11:53:47 CET

Original text of this message