Form

element.selectMode(ACT_InventLocationLookup_InventLocationId)  //selectMode方法指定FormControl在单击时将关闭lookup窗口

-----------------------------------------

以下方法是数据源中某字段下Lookup的

public void lookup(FormControl _formControl, str _filterStr)
{
    args        args;
    object      fr;
    ;
    args = new args();
    args.name(formstr(ACT_InventLocationLookUp));
    fr   = ClassFactory.formRunClass(args);
    fr.init();

    if (formHasMethod(fr,identifierstr(setTmpData)))
    {
        fr.setTmpData();
    }

    this.performFormLookup(fr,_formControl);

}

相关文章:

  • 2021-06-01
  • 2022-01-12
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
相关资源
相似解决方案