Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting the working directory

559412May 8 2007 — edited May 10 2007
Hello 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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2007
Added on May 8 2007
6 comments
906 views