Good morning,
I create a grid very similar to the example “Deleting records with the run button”,
but now I should ask a date parameter to the user before delete my selected records…
I create a new map for ask a date, and with the new buttom “Aggiorna Ordini” I would like check the date’s validity before executed query of delete, but the function DateTest() for the event onClick for the button does not run… why?
this is the code:
<input type=‘date’ name=‘data’>gg/mm/aaaa
<input type=‘button’ name=‘Aggiorna’ value=‘Aggiorna Ordini’ onClick=‘DateTest()’>
…
function DateTest()
{
…
}
Could you help me to solve this problem?
Thank you so much!
Katia