Hello there , i'm facing problem that i cannot call form Control in PreHandlerFor method of enablePostButtons , can any one help me to solve this problem please ??
FormRun formrun = sender.formRun();
FormControl buttonInventTransferPick = formrun.design(0).controlName("buttonInventTransferPick");
i got error at " sender " Keyword it's not allowed at this type of methods.