壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2514|回复: 7

Use peoplecode call CI to import data.

[复制链接]
发表于 2008/7/30 18:08:30 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
following is my code.
&ciJOB = &session.GetCompIntfc(CompIntfc.SHEC_CI_JOB_DATA);

&ciJOB.InteractiveMode = True;
&ciJOB.GetHistoryItems = True;
&ciJOB.EditHistoryItems = True;

&ciJOB.KEYPROP_EMPLID = &staDataItems [1];
&log.WriteLine("KEYPROP_EMPLID = " | &ciJOB.GetPropertyByName("KEYPROP_EMPLID"));

&ciJOB.KEYPROP_EMPL_RCD = &staDataItems [2];
&log.WriteLine("KEYPROP_EMPL_RCD = " | &ciJOB.GetPropertyByName("KEYPROP_EMPL_RCD"));

&ciJOB.get();
If %Session.ErrorPending Then
&Count = %Session.PSMessages.Count;
For &I = 1 To &Count
&ERROR = %Session.PSMessages.Item(&I);
&TEXT = &ERROR.Text;
&log.WriteLine(&TEXT);
End-For;
Else
&log.WriteLine("get record success !");
End-If;

the component interface "SHEC_CI_JOB_DATA" is created by myself.
i had tested it by application designer , and it works well.
but when i use the code above, it can not get the record.
i had set the same value to the variables. and the log show me the EMPLID,and EMPL_RCD, they are all right. but can not get the record.i don't konw why , can someone help me to solove this problem?
thx !
 楼主| 发表于 2008/7/30 18:13:35 | 显示全部楼层
要说的是,数据一定是存在的。我在系统里可以查到
权限列表里也是将该CI加进去了的。并且所有的方法都是public的。
发表于 2009/8/6 23:32:33 | 显示全部楼层
CI 有个Save函数,你没有保存当然没有记录啊!
发表于 2009/8/18 08:48:57 | 显示全部楼层
呵呵,自己建的CI最好先拿EXCELTOCI测试一下,不是所有的COMPONENT都能把数据给CI进去的
发表于 2009/8/18 09:25:49 | 显示全部楼层
说得不错........
发表于 2009/8/18 12:27:02 | 显示全部楼层
这个确实是,某些页面是没办法用CI的
发表于 2009/8/18 13:57:02 | 显示全部楼层
什么是CI? Component Interface? 难道?
发表于 2009/8/18 22:58:02 | 显示全部楼层
直接把CI拖到代码编辑器上,就会为你自动生成代码了。你只要小改改就好了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 18:28 , Processed in 0.015477 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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