In Master/Detail app, can you save detail record in code?

Hi All,

Is there a way to save a detail record in a Master/Detail app by using code, rather than (or in addition to having the save each line icon)

I would like to get to the end of the line, and in the last field, if the user tabs off it, then the code will save that line, thus saving the need to click on the save line icon.

Thanks

Tony

There must be a way to keep detailed records in the Master application. But I’ve never tried in any way to it, then I will try to find the easiest way for it

Jual Kaos | Toko Hand Pallet Surabaya

The only way (but not safe) is that you define an onblur event at the last field and do your update there. But it will never prevent users to miss the last field.

[URL=“http://www.scriptcase.net/forum/forum/applications/forms/277-create-a-form-for-product-inclusion-using-barcode”]http://www.scriptcase.net/forum/foru…-using-barcode

You can follow that way