Dear All
I`'m working with a form, and I want that automatically insert the record when leaving the last field without pressing the button.
Dear All
I`'m working with a form, and I want that automatically insert the record when leaving the last field without pressing the button.
[QUOTE=penguinale1980;22186]Dear All
I`'m working with a form, and I want that automatically insert the record when leaving the last field without pressing the button.[/QUOTE]
Not the most conveniant way, but you can set an ajax event onblur on the last field. Big disadvantage is that in the event you create you have to apply your own code to add the record to the table.