Hi guys,
I hope so you are fine. I have two forms form A,B.am calling form B from A through Call_form and passing parameter through parameter list.there is no issue in calling.but when I input some data in form b and press ctrl+S .it gives me message frm-40404:Database apply complete: 1 records applied.
but data is not saved in database.when i try to close the b form it's ask for saved then i press save then data actually save in db.
why its happening.
Note:in my first step I execute query on form A then i am calling form B.on form b i set where clause in new_block_instance to get relivent record.after that i add a new row where i get above message.
Thanks,
SK