Hi!
I have a menu with disabled 'save' facilities.
I disable that using an global object : oApp.MenuSave
Once there is a dataform than I want to enable that menuitem as soon as a control has changed value. The menu does not have (same as toolbar doesnot have) a gotfocus method. So it happens that if I make a change to the value of a textbox the newvalue has not been rolled into the controlsource.
How to proceed?
-Bart
I have a menu with disabled 'save' facilities.
I disable that using an global object : oApp.MenuSave
Once there is a dataform than I want to enable that menuitem as soon as a control has changed value. The menu does not have (same as toolbar doesnot have) a gotfocus method. So it happens that if I make a change to the value of a textbox the newvalue has not been rolled into the controlsource.
How to proceed?
-Bart