51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2030|回复: 1
打印 上一主题 下一主题

[讨论] Notes_Entry,Note_log功能不能实现

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-6-27 11:09:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我在用clearquest的新建一个defect的时候,感觉Note_Entry和Notes_Log两个字段用不到,就把它们两个给删除了,可是现在有重新使用它们了,可是我把他们重新添加上以后功能却实现不了了。麻烦知道的朋友告诉一声,谢谢!

[ 本帖最后由 会飞的鱼 于 2006-6-27 11:45 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2006-6-27 16:01:10 | 只看该作者
1  Create two fields "Notes_Entry" and "Notes_log" of type Multiline_string.
2  Create a new tab for Notes and place the above two fields onto the forms. Make sure "Multi-line","Auto Vert Scroll" and "Vert Scroll Bar" are checked in the properties.
3  In the Notes_Entry value_changed hook paste the following line:
Call Set_Log (fieldname,"Notes_Log").
If using Perl as the scripting language, the code will be:
SetLog($fieldname, "Notes_Log");
4   Create an Action "Init_Notes_Entry" of type BASE and paste the following into the Initialization hook
Note_Entry_Init "Note_Entry"
For Perl: NoteEntryInit("Note_Entry");
5   Create a global script by copying out-of-the-box set_log sub routine and remove
"GetFieldValue("State").GetValue" line from the script.
For Perl: $entity->GetFieldValue("State")->GetValue()
6   Test work.
7   Check-in schema changes.
8   Upgrade user databases to apply the change.
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-14 17:32 , Processed in 0.073289 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表