如何查找用户在 Rave 中选择的页面方向 (Delphi 7)
有没有办法找到用户选择哪个页面方向(poLandscape 或 poPortrait)进行预览设置?我已经尝试过这段代码:
if RvSystem1.SystemPrinter.Orientation=poPortrait then
ShowMessage('Portrait')
else
ShowMessage('Landscape');
但是即使我从设置中选择横向,此代码也会给出“纵向”。有人可以帮忙吗?
Is there a way to find which page orientation (poLandscape or poPortrait) user selects furing preview setup? I have tried this code:
if RvSystem1.SystemPrinter.Orientation=poPortrait then
ShowMessage('Portrait')
else
ShowMessage('Landscape');
But this code give "Portrait" even if I select Landscape from setup. Can anybody help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这确实很旧,但 Rave Reports 已经不再是了。我建议任何阅读本文的人强烈考虑使用其他报告引擎,例如
Fast Report - http://www.fast-report .com/
I know this is really old, but Rave Reports is no longer. I suggest anyone who reads this to STRONGLY consider using another reporting engine e.g.
Fast Report - http://www.fast-report.com/