Hi EveryOne
I need change the behaviour of Button "Close" (System Defined Button) in the form VendTable.
When you are creating a new vendor the design of the form change of ListPage (Master of vendors) to Details (New Vendor) and when you close the form in the creating of new vendor the form change the design again to comeback a ListPage (Master of Vendors). So I cant edit the method Close of the form because the form Vendtable has not closed yet (is a unique form with a diferents designs and many behavours).
i need validate it so i need to know when i clicked the button Close in the moment when i´m creating the new vendor and i should be put my code in these moment.
Any ideas?. i found this info from microsoft docs.microsoft.com/.../system-defined-buttons
But its not cleary how can i change the behaviour of CloseButton.
I can hide or enabled the button but Icant go to the method "Clicked" or to go the action.
Thanks for all