大哥们 帮帮 菜鸟 小弟 PB出错

bigbigwind 2005-01-17 11:19:50
PB里是这样写的
BOOKGL OPEN 里的

/*// Profile boogl
SQLCA.DBMS = "MSS Microsoft SQL Server 6.x"
SQLCA.Database = "book"
SQLCA.ServerName = "wxz"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""*/
SQLCA.DBMS=ProFileString('c:\test.ini','DBMS','dbms','MSS Microsoft SQL Server 6.x')
SQLCA.DATABASE=ProFileString('c:\test.ini','DBMS','DATABASE','')
SQLCA.SERVERNAME=profilestring('c:\test.ini','dbms','servername','')
sqlca.logid=profilestring('c:\test.ini','dbms','logid','')
//sqlca.logpass=''
//sqlca.servername=profilestring'c:\test.ini','dbms','servername','')
sqlca.autocommit=false
sqlca.dbparm=''
connect;
if sqlca.sqlcode<>0 then
messagebox('连接失败!请在试试!',sqlca.sqlerrtext)
halt
else
open(w_splash)
end if

运行的时候 提示:w_splash is out od data . it must be converted.

在PB里双击 里面的WINDOWS 他提示我 Open of window w_splash faile. It must be migrated to current version format.
这个问题怎么解决。
...全文
58 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
hygougou 2005-01-17
  • 打赏
  • 举报
回复
对的~~

升级先
migrate
bigbigwind 2005-01-17
  • 打赏
  • 举报
回复
代码移植,代码是用以前的版本开发的,右键->migrate
谢谢大哥
li_d_s 2005-01-17
  • 打赏
  • 举报
回复
代码移植,代码是用以前的版本开发的,右键->migrate
qyqtn 2005-01-17
  • 打赏
  • 举报
回复
open(w_splash) 打开窗口失败
w_splash 查一查有什么问题
把代码贴出来看看
spring_cj 2005-01-17
  • 打赏
  • 举报
回复
在system tree中选中该窗口点右键选regenagate,先备份,可能会有问题

1,075

社区成员

发帖
与我相关
我的任务
社区描述
PowerBuilder 相关问题讨论
社区管理员
  • 基础类社区
  • WorldMobile
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧