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!

Load image from same folder as the .fmb file

1002371Apr 11 2013 — edited Apr 13 2013
Hi guys,
I'm new to oracle but I'm wondering if this can be done. I am using Oracle Forms Builder 10g and I can get my image to load if I use
READ_IMAGE_FILE('c:\ Assignment\DB\TEST.JPG', 'JPEG', 'IMG_LOGO');
The DB folder contains my forms (.fmb) files & I was wondering if there's any way to use the same folder wherever the .fmb file is something like
READ_IMAGE_FILE('.\TEST.JPG', 'JPEG', 'IMG_LOGO');
But that doesn't work. I want to be able to move my folder without having to go in and change the code for every instance I have an image loaded.

Any help would be great.

The Oracle Peon...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2013
Added on Apr 11 2013
13 comments
1,208 views