Re: Using alerts in developer 2000

From: Ricardo Patrocínio <Conceicao.Sousa_at_atm.mailcom.pt>
Date: 1998/05/05
Message-ID: <354F308A.3ADC_at_atm.mailcom.pt>#1/1


fayberre75_at_hotmail.com wrote:
>
> Hi ,
> I used an alert for a database application with developer 2000
> my aim is to show the message : (" Etes vous sure de vouloir supprimer cet
> enregistrement ? ") ------{are you sure to delete this record? }
> when the button delete is clicked.
> This message appear effectively but the oracle alert is shown too
> so i have to confirm two times .
> I would like to know how could I hide the oracle alert .
> thanks
> Fayçal
> fayberre75_at_hotmail.com
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/ Now offering spam-free web-based newsreading

Try To Write a Form_Level Trigger "Key_DelRec" Like This:

Begin
 Delete_Record;
End;

P.S. Say Something if this works, (or not works). Don´t let me in the dark.

R.P. Received on Tue May 05 1998 - 00:00:00 CEST

Original text of this message