Synchronize built-in - Functionality
361852Feb 23 2009 — edited Feb 24 2009Hi All,
I have following code written in one of the forms. These forms have been written long time ago and now we have converted the Forms from 6i to 10g so dealing with some of the lost network issue. I just need to know what this Synchronize built does in the following code. Thanks.
Form Level - Key-Next-Item Trigger.
next_item;
synchronize;
SHOW_PAGE2;
Form Level - When-New-item-instance Trigger
synchronize;
SHOW_PAGE2;