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.
我需要在 oracle 表单 11g 中显示帮助内容。
我可以在表单的属性面板中看到“帮助书标题”属性,在 oracle 表单项中看到“帮助书主题”属性。但我无法获得有关如何使用它的任何信息。
请帮忙。
Oracle Forms Services 不再支持这些属性。它们是客户端-服务器时代(Oracle Forms 6i 及更早版本)的遗物。
因此,您几乎可以靠自己来实现帮助文件。我建议创建可从您的 Forms 服务器访问的 HTML 文件,并使用内置的 web.show_document() 来显示它们,可能来自菜单项或按钮。