PowerBuilder - 嵌套报表中的对象
只是想问一下,在PowerBuilder中,如何修改嵌套报表内对象的属性。主数据窗口不是复合数据窗口,它只是一个表格。我很难修改嵌套报告内 2 列的 Visible 属性。
希望很快能在这里听到答案...
谢谢!
just want to ask, in PowerBuilder, how to modify the properties of the object inside the nested report. The main DataWindow is not a composite DataWindow, it's only a tabular. I'm having a hard time modifying the Visible property of 2 column inside the nested report.
Hope to hear an answer here soon...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要对嵌套报表的所有实例(即所有行)执行此操作,请使用 GetChild() 并对引用参数中返回的 DataWindowChild 执行 Modify()。
祝你好运,
特里。
To do this for all instances (i.e. all rows) of the nested report, use GetChild() and do the Modify() against the DataWindowChild that is returned in the reference argument.
Good luck,
Terry.