Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么办法可以调整上下打印边距?
我尝试过@Formula 和 Lotusscript,但没有成功。我希望有某种我还没有找到的技巧来实现这一点。
不幸的是,没有可以让您指定边距的 Print 方法。您可以使用公式自动打开“打印”对话框@Command( [FilePageSetup] )。
@Command( [FilePageSetup] )
过去,我向用户展示了一个对话框,向用户解释他们需要调整边距,然后使用 FilePageSetup 命令允许他们这样做。不理想,但它帮助了用户。
表单是一个文档,因此文档中的相同方法应该可以工作。
选择文件-> 文档属性(或应用程序属性)。您可以在那里分配页眉和页脚。
您可以从信息中心获得更多详细信息。
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.notes85.help.doc%2Fprt_create_header_footer_t.html