Load image from same folder as the .fmb file
1002371Apr 11 2013 — edited Apr 13 2013Hi 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...