Jaro IC
|
| Posted: 06/15/2005, 6:44 AM |
|
Hi !
I have some problem with the confirmation message. Acctualy when Im adding an action in the on click event "Confirmation message", in the record builder form, and then when Im deleting the record the confirmation dosent shows. 
Why ?
When Im addaing a confirmation message to the editable grid it works. ?!?
Im using 2.2.3.60 version of CCS.
Pls help !
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 06/15/2005, 7:21 AM |
|
Do other JS events work on that page?
_________________
Regards,
Nicole |
 |
 |
Jaro IC
|
| Posted: 06/15/2005, 7:40 AM |
|
I made a new page with the record grid form and add a confirmation message, and it doesnt works too when im deleting a record.
Connfirmation message only works in the editable grid 
When you are using record builder form you can add a confirmation message in the step by step menu. Thats the window when you have allows. It dont work 
What to do ?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/15/2005, 10:23 AM |
|
Do you see any JavaScript on that page, in the HTML source?
For example:
<script language="JavaScript">
...
return confirm('Delete record?');
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|