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 表单 6i 调用 .jasper 报告文件的人
任何建议将不胜感激
我找到了以下解决方案
v_url := '<your url to the report>'; host ('cmd /c start '||v_url);
但我不确定是否有更好的选择
几年前,我为 Oracle Forms 6i(终端版本)实现了类似的功能。