文本版|topic 高级搜索
   名人堂 帮助 论坛制度 意见反馈 | 首页 博客 周新贴 招聘 专题 新闻
RSS 底部
 
社区导航: 专家门诊   网络技术   操作系统   数据库   程序设计   系统应用   考试认证   CIO及信息化   站长交流   综合交流   下载基地  51CTO产品服务 设为首页 | 收藏本站
51CTO技术论坛» PowerBuilder » create动态数据窗口问题.       [ 打印]  [ 订阅]  [ 收藏]  [ 推荐给朋友]   [ 本帖文本页]

论坛跳转:
     
标题: create动态数据窗口问题.  ( 查看:279  回复:5 )   
 该主题悬赏的20无忧币已被全部领完 
 
chenzih
新新人类  点击可查看详细



帖子 16
精华 0
无忧币 28
积分 28
阅读权限 20
注册日期 2008-3-19
最后登录 2008-5-6 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 09:13   标题:create动态数据窗口问题.
上一帖 |
ls_resoult = 以下数据
用create(ls_resoult)建立数据窗口的时候总揭示有错,错误代码为:''line 13 column 10:incorrect syntax"
-------以下为ls_resoult的动态数据,
烦请哪位兄弟给查一下,错在哪里?
release 9;
datawindow ( units=0 timer_interval=0 color=1073741824 processing=0 print.printername=""  print.documentname=""  print.orientation=0 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=0 print.paper.source=0 print.canusedefaultprinter=yes selected.mouse=no)
header(height=84 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=96 color="536870912" )
table(column=(type=char(20) updatewhereclause=yes name=leibie_tree dbname="leibie.leibie_tree"  )
column=(type=char(50) updatewhereclause=yes name=leibie_name dbname="leibie.leibie_name"  )
  column=(type=char(1) updatewhereclause=yes name=f_flag dbname="f_flag" )
column=(type=char(1) updatewhereclause=yes name=f_corner dbname="f_corner" )
column=(type=char(20) updatewhereclause=yes name=f_visible dbname="f_visible" )
column=(type=long updatewhereclause=yes name=f_treelevel dbname="f_treelevel" )
COMPUTE(NAME=~"'1' as f_flag~") COMPUTE(NAME=~"'0'  as f_corner~") COMPUTE(NAME=~"'                    ' as f_visible~")  COMPUTE(NAME=~"0  as f_treelevel~")retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leibie~" ) COLUMN(NAME=~"leibie.leibie_tree~") COLUMN(NAME=~"leibie.leibie_name~")) ORDER(NAME=~"leibie.leibie_tree~" ASC=yes ) "
)
text(name=leibie_name_t visible="1" band=header font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="41" y="4" height="76" width="617" text="Leibie Name" )
column(name=leibie_name visible="1" band=detail id=2 x="41" y="4" height="88" width="626" color="33554432" border="0" alignment="0" format="[general]" edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=50 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
column(name=f_flag visible="0" band=detail id=3 x="2574" y="0" height="64" width="27" color="33554432" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="Arial" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
column(name=f_corner visible="0" band=detail id=4 x="2601" y="0" height="64" width="27" color="33554432" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="Arial" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
column(name=f_visible visible="0" band=detail id=5 x="2629" y="0" height="64" width="540" color="33554432" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="Arial" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
column(name=f_treelevel visible="0" band=detail id=6 x="1800" y="4" height="64" width="1161" color="33554432" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="Arial" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
htmltable(border="1" )
htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )



网络工程师到底该不该去考CCIE认证?
2008-4-29 09:131楼
[ 顶部 ]
 
chenzih
新新人类  点击可查看详细



帖子 16
精华 0
无忧币 28
积分 28
阅读权限 20
注册日期 2008-3-19
最后登录 2008-5-6 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 09:53   标题:题目看不明白的可以在线找我啊,急.QQ:1095315

谢拉.



网络工程师到底该不该去考CCIE认证?
2008-4-29 09:532楼
[ 顶部 ]
 
ribut9225
主版主  点击可查看详细


诚信兄弟   巨蟹座   专家门诊活动纪念勋章  
帖子 2919
精华 1
无忧币 5292
积分 3864
阅读权限 150
来自 (保密)
注册日期 2006-6-22
最后登录 2008-7-24 离线

[查看资料]  [发短消息]  [Blog
  QQ       
发表于:2008-4-29 20:24  ,被系统奖励 10 点无忧币
晕啊
这很难调试的
偶以前要动态创建数据窗口,一般会用SQL语句来创建
如果非要用语法字符串来创建
偶一般会先导出一个数据窗口的语法,然后一点一点的改
很调试的



用户必读,51CTO积分系统调整通知
2008-4-29 20:243楼
[ 顶部 ]
 
chenzih
新新人类  点击可查看详细



帖子 16
精华 0
无忧币 28
积分 28
阅读权限 20
注册日期 2008-3-19
最后登录 2008-5-6 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-5-5 15:06   标题:晕啊,这些数据是导出后,其中加了一些东西而已.





网络工程师到底该不该去考CCIE认证?
2008-5-5 15:064楼
[ 顶部 ]
 
woheta
新新人类  点击可查看详细


帖子 49
精华 0
无忧币 90
积分 48
阅读权限 20
注册日期 2007-5-27
最后登录 2008-5-13 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-5-5 17:00  ,被系统奖励 10 点无忧币
我也想学,请前辈们指点一下阿。。谢谢。



C到底该不该学,看看这个就明白
2008-5-5 17:005楼
[ 顶部 ]
 
wudayou
新新人类  点击可查看详细


帖子 49
精华 0
无忧币 65
积分 49
阅读权限 20
注册日期 2007-5-27
最后登录 2008-5-13 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-5-5 17:07 
又学习到不少东西哦



【每日必读】头条新闻大扫荡
2008-5-5 17:076楼
[ 顶部 ]
     
论坛跳转:  

| | |

| | |

| | |

标记已读 · 删除论坛Cookies · 文本版 · WAP
 
| 诚征版主 | 版主堂 | 意见建议 | 大史记 | 论坛地图
Copyright©2005-2008 51CTO.COM  Powered by Discuz!
本论坛言论纯属发布者个人意见,不代表51CTO网站立场!如有疑义,请与管理员联系。
京ICP备05051492号