I have a Main form with several tabs. Each tab contains subforms that hold various employee information regarding benefits, dependant coverage, retirement, etc. I have a Save and cancel function on the form. I wish to edit information on these tabs regarding employee information and wait until save is clicked to save all information. If the user selects cancel I'd like it to cancel all changes made to all subform and form fields. However the subforms are saving changes automatically and when I attempt a Cancel = true in the before_update event it refuses to allow that subform to lose focus until the chgs are saved. I can populate the fields programatically and force updates and cancels but...some of the subforms are datagrids for 1 to many relationships and variable arrays have to be declared with constant expressions. I would appreciate any suggestions on this.
Thanks, Keriana
Thanks, Keriana
Comment