How to stop standard lookup and override the new lookup method.
FormControlCancelableSuperEventArgs formControlCancelSuper = e as FormControlCancelableSuperEventArgs;
SysTableLookup sysTableLookup = SysTableLookup::newParameters(tableNum(ProjCategory), sender);
sysTableLookup.parmQuery(query);
sysTableLookup.performFormLookup();
formControlCancelSuper.CancelSuperCall();
No comments:
Post a Comment
Give me the commetns and solutions