We have migrated a form from 4.5 to 6.0.8.17.1 on Sunsolaris 5.8 .The form is crashing when we change the record status property to 'CHANGED'.
We are heading for a relaese , please let know the work arounds.
Thanks
Sridhar
Printable View
We have migrated a form from 4.5 to 6.0.8.17.1 on Sunsolaris 5.8 .The form is crashing when we change the record status property to 'CHANGED'.
We are heading for a relaese , please let know the work arounds.
Thanks
Sridhar
Quick answer? Try putting in a "synchronize;" statement before you change the form status. It's a one-liner just like this:
synchronize;
We tried using synchronize but this did not work. Our version is forms 6.0.8.17.1. Do we need to apply any patches?
changing record status manually (progrmmatically) is kind of dangerous. Can you try changing a field value in order to change the record stauts to 'CHANGED' ?