| Search Locate Previous Next | Contents |
This is intended as the standard dialogue to be called when the application is closed. Normally you would put it on the CL (Close request) event on the main form and reject the event if the user hit <Cancel>.
rcWin.Ync 'Save changes to data?'
rc will be a scalar 1 for Yes, 0 for No or 2 for Cancel here.