<i><font color="#663300">I have an eBizObjForm which I want to close on ESC. What's the right way of doing it so if the data on the form is changed, the question SAVECHANGES pops up?
Greetings Sal,
If you use a bizobj form thisform.isChanged() will ask the primary bizobj if it has any changed data... thisform.oBizobj.isChanged().
You should examine the bizobj method to see if it then queries all the children for changes. Seems to me that didn't happen correctly in CB60, but I have been wrong before. HTH James Sayer ©2001 James Sayer |