Hi!
I'm having a menu-item witch toggles the request for confirmation of saving changes.
Therefore I am using an global app.object.
Code herefore:
IF VARTYPE(oApp) = "O"
oApp.lConFirmEdit = !oApp.lConFirmEdit
SET MARK OF BAR 1 OF opties TO oApp.lConFirmEdit
ENDIF
I am going to save that setting once the application quits.
But how to inform the menu at start-up so the checkmark is there in time?
-Bart
I'm having a menu-item witch toggles the request for confirmation of saving changes.
Therefore I am using an global app.object.
Code herefore:
IF VARTYPE(oApp) = "O"
oApp.lConFirmEdit = !oApp.lConFirmEdit
SET MARK OF BAR 1 OF opties TO oApp.lConFirmEdit
ENDIF
I am going to save that setting once the application quits.
But how to inform the menu at start-up so the checkmark is there in time?
-Bart