数据库中,字段次序的问题

billxia 2002-10-24 12:46:05
可以在数据窗口设置窗口中修改字段显示的次序,就是说:可以控制哪一个字段显示在上面,哪一个在下面的重叠放置问题(send to back...),现在的问题是:我如何在代码中控制?数据窗口的类型是freefrom 的
...全文
61 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
chengkai 2002-10-24
  • 打赏
  • 举报
回复
给多少分?
zhanwei 2002-10-24
  • 打赏
  • 举报
回复
如:balloonman2002(革命的本钱-身体)
====================================================
This statement moves oval_red in dw_rpt to the header and brings it to the front:

dw_rpt.SetPosition("oval_red", "header", TRUE)

This statement does not change the position of oval_red , but does bring it to the front:

dw_rpt.SetPosition("oval_red", "", TRUE)

This statement moves oval_red to the footer but does not bring it to the front:

dw_rpt.SetPosition("oval_red", "footer", FALSE)

xingjiaren 2002-10-24
  • 打赏
  • 举报
回复
记下
flyhot 2002-10-24
  • 打赏
  • 举报
回复
study!
balloonman2002 2002-10-24
  • 打赏
  • 举报
回复
dwcontrol.SetPosition ( objectname, band, bringtofront )

This statement does not change the position of oval_red , but does bring it to the front:

dw_rpt.SetPosition("oval_red", "", TRUE)
winwhere 2002-10-24
  • 打赏
  • 举报
回复
dw_1.Modify("<Columnname>.SlideUp=<No or DirectlyAbove or AllAbove> ")

slideup 是不是这个?

jeking 2002-10-24
  • 打赏
  • 举报
回复
哦,这个啊,有属性的,叫bringtofont?诶呀,忘了,查一下help吧,会有的。

输入datawindow object

606

社区成员

发帖
与我相关
我的任务
社区描述
PowerBuilder DataWindow
社区管理员
  • DataWindow社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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