pedroh2
Posts: 1
|
| Posted: 11/01/2007, 6:39 AM |
|
Hi
I want learn how to show a msgbox for the user, in javascript, when the user click in delete on the formule, to confirm if he want to delete this registrer
|
 |
 |
pio_k
Posts: 8
|
| Posted: 11/01/2007, 8:36 AM |
|
Go to the properties-events of "delete" button.
Client - On click- add action confirmation message.
Go to the code and write in return confirm('') your message
|
 |
 |
ckroon
Posts: 869
|
| Posted: 11/04/2007, 12:55 PM |
|
No need to go into the code. It's right there in the Events tab. Click the "Confirmation Message" text and you'll see the Message entry box below. Just type it in, no quotes needed.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|