Header Detail Form

Sachinkl

Member
Hi,

I am trying to add a new line to an existing order in a Header Detail form(Custom Form for order entry). When
adding this line, I am writing some code in Row - Exit & Change Asynch event to insert a record in a work file if
the form is in add mode. But the problem is when I look in the debug mode SV_FORM_MODE is Update mode in this event
when entering a new line for existing order.

Am I writing the code in the wrong event or am I missing something else.

Thanks,
Sachin.
 
you said you're adding a new line to an existing order on a header Detail form. Therefore you are UPDATING the order which is why the Form Mode is Update.
 
Back
Top