起步软件技术论坛-X3

 找回密码
 立即注册
搜索
123
返回列表 发新帖
楼主: cdz0451

【结帖】继续昨天的注销问题**

[复制链接]
 楼主| 发表于 2008-5-8 16:23:06 | 显示全部楼层
X3X.Run("", "", "", "");  这4个参数是什么意思?
回复 支持 反对

使用道具 举报

发表于 2008-5-8 16:30:10 | 显示全部楼层
搜索 X3X.Run 去参考一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-8 16:52:46 | 显示全部楼层
Class pclass = LibContext.getInstance().getLoader().loadClass("com.justep.web.SysServerProvider");
Object pobj = pclass.newInstance();
Method getBXClassIDMethod = pclass.getMethod("getBXClassID",new Class[]{});
Method getBXCodeMethod = pclass.getMethod("getBXCodebase",new Class[]{});
Method getSysServerURLMethod = pclass.getMethod("getSysServerURL",new Class[]{});

String classId = (String)getBXClassIDMethod.invoke(pobj,new Object[]{});
String codeBase = (String)getBXCodeMethod.invoke(pobj,new Object[]{});
String url = (String)getSysServerURLMethod.invoke(pobj,new Object[]{});

这是 Business.jsp  里的代码。  想在Business.jsp判断 是登陆窗体还是 工作台 这个状态要如何判断。
回复 支持 反对

使用道具 举报

发表于 2008-5-8 17:01:51 | 显示全部楼层
不能判断
这里只是X3X.CAB包的相关信息
登录窗体是在X3X.Run中运行的,之后显示工作台。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-9 15:09:53 | 显示全部楼层
这个结贴把
回复 支持 反对

使用道具 举报

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

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-7-12 07:40 , Processed in 0.036521 second(s), 12 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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