If you request bailout processing and the user changes some values in the dialog box and presses , the application posts a standard warning dialog box. The following statement requests bailout processing: AFXDataDialog.__init__(self, form, 'Create Part',
self.OK|self.CANCEL,
DIALOG_ACTIONS_SEPARATOR|DATADIALOG_BAILOUT)
Figure 1. An example of a bailout.
![]() After the standard warning dialog box has been posted, the behavior is as follows:
| |||||||