如果取得数据窗口的字段的值,在线help???/

serach 2003-06-25 12:05:47
我做了一个数据窗口,在表头有一个字段 dhdno,我如何取得它的值的?
...全文
65 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
serach 2003-06-25
  • 打赏
  • 举报
回复
取出来的值: !
但这并不是数据窗口的值呀
klbt 2003-06-25
  • 打赏
  • 举报
回复
dw_invoice.Describe("orderno_orderno_t.Text")
klbt 2003-06-25
  • 打赏
  • 举报
回复
dw_invoice.Describe("dhdno_t.Text")
serach 2003-06-25
  • 打赏
  • 举报
回复
我的字段是 orderno_orderno
如果用
dw_invoice.Object.orderno_orderno.Text
系统会提示出错
hnwczgw 2003-06-25
  • 打赏
  • 举报
回复
dw_1.object.字段名.text
GoldProgramer 2003-06-25
  • 打赏
  • 举报
回复
用GetItemString(所在行,'dhdno') 得到字符串
用GetItemNumber(所在行,'dhdno') 得到数字
用GetItemDate(所在行,'dhdno') 得到日期
...
更详细的,看帮助吧!
tulip2108 2003-06-25
  • 打赏
  • 举报
回复
dw_invoice.Object.orderno_orderno[1]
shahand 2003-06-25
  • 打赏
  • 举报
回复
取出来的值: !

If the property list contains an invalid item, Describe returns an exclamation point (!) for that item and ignores the rest of the property list.

611

社区成员

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

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