Domanda

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?

È stato utile?

Soluzione

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);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top