首页 | 新闻中心| 公司介绍| 产品走廊| 渠道与销售| 技术支持| 下载中心| 用户认证
蓝色快车PB俱乐部论坛--PowerBuilder MIS编程回复发言
>>欢迎您,请先登陆 | 注册 | 发贴排行 | 搜索 | 帮助 | 退出
    蓝色快车PB俱乐部论坛
    PowerBuilder MIS编程
       回复发言

  *为必填项目 常规论坛,只允许注册会员发言

用户名   *您没有注册?
密码   *忘记密码?请与管理员webmaster@besoft.com.cn联系
主题标题   不得超过 50 个汉字
当前心情
  • 将放在帖子的前面
  •                           
                              
    内容

    在此论坛中
  • HTML标签: 不可用
  • UBB标签: 允许
  • 帖图标签: 允许
  • Flash标签: 允许
  • 表情字符转换: 允许
  • 上传图片: 允许
  • 最多16KB

  • 粗体 斜体 下划线 居中 超级连接 Email连接 图片 Flash图片 Shockwave文件 realplay视频文件 Media Player视频文件 QuickTime视频文件 引用 飞行字 移动字 发光字 阴影字
    字体:      字体大小    颜色:
    点击表情图即可在帖子中加入相应的表情
     
    选项

    是否显示您的签名?
    有回复时使用邮件通知您?


     

    --  作者:kk
    --  发布时间:2003/8/7 9:42:28

    --  大家来讨论一下pb9的新功能吧,最好具体点,可以有文档,^_^
    比如xml的支持。
    PowerBuilder supports both the export and import of XML in DataStore and DataWindow objects using XML template objects. You construct XML templates for export and import graphically in the Export/Import Template view for XML. Each template you create is encapsulated in the DataWindow object. A template enables you to specify the XML logical structure of how the row data iterates inside the root element of the XML document.


    ?Using the SaveAs method:

    ds_1.SaveAs("C:\TEMP\Temp.xml", XML!, TRUE)

    ?Using PowerScript dot notation or the Describe method:

    ls_xmlstring = dw_1.Object.DataWindow.Data.XML

     ls_xmlstring = dw_1.Describe(DataWindow.Data.XML)


    --  作者:bluesea
    --  发布时间:2003/8/7 16:05:29

    --  
    我还没装PB9
    --  作者:111
    --  发布时间:2003/8/7 16:08:50

    --  
    up

    ">