Run Excel (XML) from Forms
Hi,
I need to run Excel with an xml-file, something like that:
WEBUTIL_HOST.NONBLOCKING('<Excel_path>\EXCEL.EXE <my_file.xml');
The question is how to get excel.exe path it the best way (until now it was hard-coded,
which is bad solution)?
Thanks in advance,
GR