网站公告列表

  没有公告

加入收藏
设为首页
联系站长
您现在的位置: 网络学院 >> 程序设计 >> PowerBuilder >> 文章正文
  修改PB6的PBL,使之在PB5中可用            【字体:
修改PB6的PBL,使之在PB5中可用
作者:佚名    文章来源:不详    点击数:    更新时间:2007-8-16    
odify PB6 pbls for use in PB5

  Sometimes it is necessary to back to PB5 from PB6. To do this requires some simple modifications as indicated below:

  For DataWindows:

  Generally, you can take any DataWindow from 6.0 back to 5.0 with the following steps

- export the original 6.0 DataWindow to an srd file.
- Line 2 of the .srd file.  Change the "release 6" to "release 5"
- Line 2: of the .srd file.  Delete "print.buttons=no, print.preview.buttons=no" (no buttons in 5.0)
- Last line of .srd - Delete the HTMLTable property. (the entire last line)

  Save the results - you can now import the object back into a PB5 pbl.

  For windows, menus and most nvos

  These should export/import fine with no modification.   In most cases, the PB6 objects can be directly opened in PB5 without the need of an export/import. There will be cases where certain objects can not be used in PB5.

  If they can not be directly read in PB5 it may be necessary to export from PB6 and import into a PB5 pbl.

站内文章搜索 高级搜索
文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    最新热点 最新推荐 相关文章
     在PB程序中实现ODBC数据…
     用PB5 设计 串口通讯程序
     如何用VC创建可在PB中调…
     PB连接Microsoft  SQL S…
     用PB编写多线程应用程序
  • VB6.0调用WebServices的简单…

  • Base64编码/解码VB6超精简版…

  • ListView里,根把某列的值,…

  • Delphi 调用netsh命令修改IP…

  • JSP修改删除添加代码ACCESS数…

  • 修改後可以發送附件、抄送、…

  • 引自高手的pageEncoding和Co…

  • (Python编程)Jython:Java的…

  • java6的@override注解与java…

  • 在Domino中修改AD密码

  •   网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    网络学院©2007 www.23book.net
    为您提供web编程,vb编程,vc编程,服务器架设管理,数据库设计等方面的知识 站长:David