Detail block behavior [message #597241] |
Tue, 01 October 2013 23:27  |
 |
m.abdulhaq
Messages: 254 Registered: April 2013 Location: Ajman
|
Senior Member |
|
|
I have a master detail block based form, sometimes its very strange that upon saving the record on current row of detail record, the record disappears but when i exit and re query the item is actually saved.But when i keep the cursor on next record which is blank and save it , there is no problem.Something to do with properties.Kindly advice.
|
|
|
|
|
|
|
|
Re: Detail block behavior [message #597319 is a reply to message #597316] |
Thu, 03 October 2013 03:00  |
cookiemonster
Messages: 13966 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Ok then you're going to have to debug your form to work out what's going on.
As LF already suggested - put messages in each form trigger / program unit so you can see what gets fired when you save the records.
Use get_block_property(<block name>, last_query) to check what query the form submits to the DB when you try to requery the data and don't get it.
|
|
|