zoukankan      html  css  js  c++  java
  • PeopleCode事件和方法只用于online界面不能用于组件接口(component interface)

    在使用CI过程中,哪些方法是不能使用的。以下为PeopleBook解释的内容。


    一、搜索框代码不执行:SearchInit, SearchSave, and RowSelect events 意味着使 用CI第一执行的事件是RowInit.

    二、菜单的代码和pop-up菜单:ItemSelected PrePopup 不支持,CheckMenuItem, DisableMenuItem, EnableMenuItem, HideMenuItem, and UncheckMenuItem functions 不可用。

    三、组建之间的转换:The TransferPage, DoModalPageGroup, and IsModalPageGroup functions 不可用。

    四、动态树方法(Dynamic tree controls.):GetSelectedTreeNode, GetTreeNodeParent, GetTreeRecordName, RefreshTree, and TreeDetailInNode 不可用。

    五、ActiveX控件:The PSControlInit and PSLostFocus events , and the GetControl不可用。

    六、DoSave()和DoSaveNow():应该使用CI的Save()方法。

    七、CI代码不执行的方法汇总:

    • WinMessage

    • CheckMenuItem

    • DisableMenuItem

    • EnableMenuItem

    • HideMenuItem

    • UncheckMenuItem

    • SetCursorPos

    • TransferPanel

    • TransferPage

    • DoModalComponent

    • IsModalComponent

    • DoModalPanelGroup

    • IsModalPanelGroup

    • GetSelectedTreeNode

    • GetTreeNodeParent

    • RefreshTree

    • TreeDetailInNode

    • GetControl

    • DoSave

    • DoSaveNow

    • Gray 

    • Ungray

    • 关注我的公众号
  • 相关阅读:
    1161-飞弹
    1160-繁杂的道路
    JS实现刷新iframe的方法
    ifame 跨域高度自适应
    Asp.net弹出层并且有遮罩层
    Regex.Match 方法
    查询404文件
    JS中showModalDialog 详细使用
    对frameset、frame、iframe的js操作
    HTML & XML 转义字符
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136056.html
Copyright © 2011-2022 走看看