IFS 开发培训文档(Chapter-07)
- 格式:doc
- 大小:268.50 KB
- 文档页数:3
IFS应用系统基本操作说明B/S结构客户端界面说明:A区:菜单B区:树形导航栏值列表数据值列表显示相应字段的系统已定义的数据列表。
适用于编码类型的数据。
按值列表图标可得到对应字段的值列表信息。
值列表型的数据是工作规范化、标准化的体现。
操作方式基本知识启动工作窗口在树形导航栏中单击应用标题则启动相应的工作窗口启动系统在IE浏览器地址栏中输入地址http://sac2:58080/b2e/secured/Default.page 在<用户标识>中输入用户名,在<密码>中输入密码,单击登入按钮退出系统在右上角菜单选择可选模块参考,单击登出4.1.1 修改密码第一次登录系统应修改用户密码,请按照以下步骤操作(1)点击[文件/选项]菜单(2)在//安全//界面中,按[更改密码],在<旧密码>中输入原密码,在<新密码>中输入新密码,并在<证实密码>中重新输入新密码,按[确定]保存。
提示:密码首位不能是数字。
4-2 查询基本知识4.2.1 查询方法4.2.1.1 查询数据在工作窗口可对具体条目进行查询,直接按或者一般在工作区单击鼠标右键可以弹出类似的菜单。
此时可单击查询(Q)…条目进行查询操作。
4.2.1.2 查询条件查询统配符表(以下符号可以通过条件框的下拉列表选取或直接输入查询结果)点击查询(Q)后,将弹出类似的查询对话框窗口。
我们可以看到,“#”、“项目”、“价值”、“排序”等几个条目。
系统将根据我们的输入条件综合进行查询,将结果根据我们设定的条件排序后输出。
# (order 序号):.定义需要排序的多个属性的进行排序的顺序。
项目(Item ):.列出用于查询的对象属性。
值(Value ):.在这一列中输入所查询项目的条件或数值,也就是查询条件。
排序(Sort ):通过下拉列表选择升序或降序排序,但如果多个属性要排序,必须在#列定义顺序。
IFS 8.0系统基础介绍及操作技巧目录1 系统基础介绍 (3)1.1 登录系统 (3)1.2 登录密码设置 (4)1.3 退出系统 (6)1.4 主界面介绍 (7)1.5 功能导航条隐藏及显示 (11)1.6 功能导航条的位置定义 (13)2 IFS 8.0界面导航 (14)2.1 导航过滤器 (14)2.2 快捷方式 (16)2.3 系统操作快捷键 (17)2.4 导航路径 (18)2.5 最近使用界面 (18)2.6 新建窗口 (19)2.7 导航页面 (20)2.8 选项 (20)2.9 配置输出文件类型 (21)2.10 帮助 (22)3 页面操作 (23)3.1 表窗体操作 (23)3.2 草稿 (25)3.3 模板 (27)3.4 日期 (28)3.5 信息输入 (29)4 检索 (30)4.1 使用检索 (30)4.2 查询命令 (31)4.3 分组及汇总 (32)4.4 计算命中数 (33)4.5 字段排序 (34)4.6 保存搜索条件 (35)4.7 保存搜索结果 (36)4.8 应用检索 (37)4.9 详细检索 (38)5 协同 (38)5.1 任务 (38)5.2 便签 (39)5.3 发送 (40)1系统基础介绍1.1 登录系统启动IE浏览器,在浏览器地址栏中输入http://192.168.1.26:58080(注:26库为正式运行库,练习库地址,http://192.168.1.13:61080,练习库地址存在变化可能,如有更改时ERP项目组另行通知)转到如(图1)所示页面,点击图中红框链接。
(图1)如果第一次登录系统,操作系统会弹出安全警告如(图2)所示。
此时需要点击图中红框运行按钮。
(注:部分操作系统此安全警告为英文提示,此时同样需要点击Run按钮,此处不做图示)。
如非第一次登录系统,则(图2)所示安全警告框不会显示。
(图2)如果第一次登录系统,则系统会自动下载应用程序并准备启动,此时用户需要等待下载完成。
Specifications and Guide Lines
Product/Project: Doc.No: Issued By: Date: Page:: R&D Training * Henry Zhong 2005-03-02 1(3) Title:
Solution-Chapter 07
Document Revision History
Revision Date By Remarks
A1 2005-3-2 Henry Zhong Created
List:
Changing the window title
1.1 Changing the window title
Solutions – Chapter 07(Changing the window title)
1、Changing the window title
1.1The only changes required are on the on the client side, i.e. changes to the demord.apl.
1.2To trap the changes to the content of the form, we will trap the changes that happen to the controlling field,
which in this case is the field cmbInvoiceId (of class cRecSelExtComboBox).
1.3Place the code under the Message actions of cmbInvoiceId.
1.4On the clear action the field will receive a PM_DataItemClear message while on populating it will receive a
PM_DataItemPopulate message. In addition, when a user select a new InvoiceId from the combo box the
PM_DataItemPopulate message is again sent to repopulate the form. It is necessary to catch the
PM_DataItemNew function as well.
1.5The following code segment explains how this is done.
1.6The function SetWindowTitle()
1.7At the frame startup th efunction SetWindowTitle needs to be called as well. Thus rememeber to make the
call in the FrameStartUpUser() function.
1.8The titles need to be specified in the constant section of the application. This is necessary to ensure proper
translation of window titles in regards of the localization issues. In the place where you defined the constants to be used in the navigator add these lines.
The first line is similar to the pervious case. However the second line is expecting a variable during runtime and can be used to display dynamic strings.
Note:
●There are two different TranslateConstant function in use.
●The function taking parameters, requires the second parameter to be an array of strings. The
variable sParam should be of this type and must be declared in the window variable section.
●What you assign to the 0th element of the array replaces &0 in the text constant while the 1st
item will replace the &1 if it exists, and so on.
1.9Save and run application。