main logo
Subject: Re: Close form on ESC
Author: James Sayer
Posted: 2001/06/04 11:23:01
 
View Entire Thread
New Search


<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
<-- Prior Message New Search Next Message -->