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 Forms,我想从提示中打开一个日志文件(文本文件)。提示将询问用户是否要打开文本文件,单击“是”将打开它。有什么建议吗?
通过提供带有文件名的完整文件路径,我能够使用以下命令打开文本文件:
x_host('viewfile_nowait',w_filepath);