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

    • 关注我的公众号
  • 相关阅读:
    ffmpeg mp4 视频输出为 aac 的命令
    git操作远程分支
    Linux (openSUSE 15.3 ) server ssh 可以使用,sftp无法使用
    小小思考题
    Linux 命令介绍
    2021 年 如何使用VMware 安装 ubuntu 7.04 虚拟机, 配置 apt 源
    Linux 下 命令行 使用浏览器
    oracle.cmd
    Sqlcmd
    vue eslint 配置使用
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136056.html
Copyright © 2011-2022 走看看