Getting the working directory
559412May 8 2007 — edited May 10 2007Hello all,
I am using oracle and forms 10g. I have a picture that I want to load on my main form. Currently I am using the command
READ_IMAGE_FILE('C:\DevSuiteHome\forms\test.gif','GIF','PICTURES.IMAGE31');
and it works fine from my pc.
Now I want to copy the fmx file to the application server. The picture is not loading because the working path is different there. How I must change the command above in order to load the picture from both the application server and my pc?
Thank you in advance,