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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2118|回复: 3

[OAF] 获取当前行信息headerVO.getCurrentRow()与headerVO.first()

[复制链接]
发表于 2011/8/19 08:41:40 | 显示全部楼层 |阅读模式

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

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

x
本帖最后由 雨霖 于 2011/8/19 08:42 编辑

if("apply".equals(pageContext.getParameter("event")))
        {
            OAException mainMessage = new OAException("TEST", "TEST_REC_COMMIT_WARN");
            OADialogPage dialogPage = new OADialogPage((byte)1, mainMessage, null, "", "");
            String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
            String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
            dialogPage.setOkButtonItemName("CommitYesButton");
            dialogPage.setOkButtonToPost(true);
            dialogPage.setNoButtonToPost(true);
            dialogPage.setPostToCallingPage(true);
            dialogPage.setOkButtonLabel(yes);
            dialogPage.setNoButtonLabel(no);
            Hashtable formParams = new Hashtable(1);
            dialogPage.setFormParameters(formParams);
            pageContext.redirectToDialogPage(dialogPage);                    
        }else
        if(pageContext.getParameter("CommitYesButton") != null)
        {
          //TranHeaderVORowImpl  headerRow=(TranHeaderVORowImpl)headerVO.getCurrentRow();
            TranHeaderVORowImpl headerRow=(TranHeaderVORowImpl)headerVO.first();            
            String a=headerRow.getCustomerName();
            System.out.println(a);
        }
.getCurrentRow()与.first()获取当前行方式有什么不同。
在点击按钮时,我希望跳出一个警告界面,等用户点击是按钮时,获取当前行信息并保存,但是现在发现获取不到当前行信息。



发表于 2011/8/19 22:49:22 | 显示全部楼层
getCurrentRow():得到VO行集中的当前行。
first():得到VO行集中的第一行。

如果你发现得不到当前行,那么说明你在post请求之前,
你并没有定位到当前你所期望定位到的行。
 楼主| 发表于 2011/8/19 23:08:29 | 显示全部楼层
本帖最后由 雨霖 于 2011/8/19 23:08 编辑
sumury 发表于 2011/8/19 22:49
getCurrentRow():得到VO行集中的当前行。
first():得到VO行集中的第一行。


如果直接使用以下方式:
if("apply".equals(pageContext.getParameter("event")))
        {
            TranHeaderVORowImpl headerRow=(TranHeaderVORowImpl)headerVO.first();            
            String a=headerRow.getCustomerName();
            System.out.println(a);               
        }
是能获取当前行信息,但是如果有提示页面的话,就获取不到当前行信息。针对这样的情况,使用什么办法,有没有类似于弹出框框代替跳转页面的方式

发表于 2011/8/21 08:08:27 | 显示全部楼层
雨霖 发表于 2011/8/19 23:08
如果直接使用以下方式:
if("apply".equals(pageContext.getParameter("event")))
        {

如果你说,使用getCurrentRow(),没有取得当前行的信息,倒是有可能的。

但是使用first(),是一定能取得VO行集的第一行数据的。

至于你说取不到,请问,有抛出什么错么?请描述的详细些。


您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2025/11/29 15:21 , Processed in 0.013551 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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