Event Handling in Extended Forms

Shuaib Nazir
Shuaib Nazir Member Posts: 3

Hi, I want to find out how should we write Event Handlers in the Extended Forms.

Suppose I am working on Customers Form and I created an Extended Form. xxx_Customers, that replaces the base form.

I want to write Event Handlers for some standard events. (for example StdFormPredisplay or StdFormSaveCompleted).

I see that there are already 10 event Handlers from the Base Form. I will add my event handler at Sequence 11. To do this I will have to change From Base Form to False. and this action copies all the 11 Event Handlers to my extended form.

In a later release, Infor updates this form and add 11th and 12th event handler in its Vendor Version. Now I have the conflict, as these new event handlers are not copied to the extended form.

So, what is the right approach in Extended Forms to call the Standard Event Handlers?