문제

I am using Oracle Forms and I would like to open a log file (text file) from a prompt. The prompt will ask if the user would like to open the text file and clicking yes would open it. Any recommendations?

도움이 되었습니까?

해결책

i was able to open the text file using the following by providing the full file path with the file name:

x_host('viewfile_nowait',w_filepath);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top