values not loaded into block after insert
731358Feb 23 2010 — edited Mar 3 2010I'm inserting data from a form into the table. After the insert, I've got the problem, that the new data is not showing in the data block, the fields remain empty. I have to do F7/F8 to get the new data loaded.
As I'm doing the insert in a post-insert trigger (of another field) I can not do a go_block or anything similar to load the new data. Can anyone help, how I could make the data visible after the insert?