i open Form1 i make changes in it. < yet i have not entered all the Required Fileds.
I open Another Form named Form2.
i make changes in it and Try To COMMIT it.
AN ERROR OCCURED << UNABLE TO INSERT >>
BECAUSE Form1 has some Fields Left Blank. Here Form1 disallowed to Enter Data when i was on Form2.
<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
main Problem is COMMIT statement Attempts to Save Both Forms.
But My Requirement is to Save Only The Current Active Form.
I Tried The WHEN-WINDOW-ACTIVATED & DEACTIVATED TRIGGERS TO Set The Form Validateion Property to Propert_on & Property_off< and Also The Block Property UPDATE_ALLOWED, INSERT_ALLOWED). in WHEN-WINDOW-ACTIVATED & DEACTIVATED TRIGGERS
But It Did Not Worked.
<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Kindly Give Me The Solution That When i Fire Commit Statement only The Active Form Should Be Committed. Not The Form Which is Deactivated.
I open Another Form named Form2.
i make changes in it and Try To COMMIT it.
AN ERROR OCCURED << UNABLE TO INSERT >>
BECAUSE Form1 has some Fields Left Blank. Here Form1 disallowed to Enter Data when i was on Form2.
<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
main Problem is COMMIT statement Attempts to Save Both Forms.
But My Requirement is to Save Only The Current Active Form.
I Tried The WHEN-WINDOW-ACTIVATED & DEACTIVATED TRIGGERS TO Set The Form Validateion Property to Propert_on & Property_off< and Also The Block Property UPDATE_ALLOWED, INSERT_ALLOWED). in WHEN-WINDOW-ACTIVATED & DEACTIVATED TRIGGERS
But It Did Not Worked.
<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Kindly Give Me The Solution That When i Fire Commit Statement only The Active Form Should Be Committed. Not The Form Which is Deactivated.