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

    • 关注我的公众号
  • 相关阅读:
    ajax提交转码解码
    关于idea开发工具常用的快捷键
    oracle 查询某个时间段数据
    hibernate : object references an unsaved transient instance 问题
    log4j日志
    JS关键字 import
    代码正常,junit却报错原因及解决方法
    hdu 5868 Polya计数
    hdu 5893 (树链剖分+合并)
    hdu 5895 广义Fibonacci数列
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136056.html
Copyright © 2011-2022 走看看