You are on page 1of 1

//<iba> caal another lookup form for selecting emplId 06/05/2011 public void lookup(FormControl _formControl, str _filterStr)

{; EmplTable::lookupEmplIdConfigured(_formControl); } //>/iba> EmplTable //<iba> 10/06/2011 modify the lookup of selecting emplid from the form payrollEm plTable public client static void lookupEmplIdConfigured(Object _ctrl) { Args args; FormRun formRun; ; args = new Args(); args.name(formstr(Thy_PayrollEmplIdLookup)); args.caller(_ctrl); formRun = classfactory.formRunClass(args); formRun.init(); _ctrl.performFormLookup(formRun); } //</iba>

You might also like