We have just converted over to VB6 and started using the Validation Event. It does not seem that when a menu item is selected the validation event is fired off.
If the user enters information in a text box and clicks on the cmdSave button, the validation event fires, If the user selects save from the menu or hits "F9" which is a hotkey set up for mnuSave, the Validate Event is not fired.
Am I missing something? There is no CausesValidation property on the menus that I can find.
Jeff
If the user enters information in a text box and clicks on the cmdSave button, the validation event fires, If the user selects save from the menu or hits "F9" which is a hotkey set up for mnuSave, the Validate Event is not fired.
Am I missing something? There is no CausesValidation property on the menus that I can find.
Jeff