How to add an image in a Application Form

aalon

Active Member
Hello List,
I needed to add an image (Insert Image) in a form. I don't have any problem doing this on designing the form. But when I test the application using the web dev local client, the image does not show up. Is there place I need to copy this image into to get this to work?

Thank you for your help.

E812
8.98.6
 
Typically, it's the image directory under the webserver's Webclient directory. In our Oracle Applicaation Server environment, it is: \\web_machine\d$\product\10.1.3.1\OracleAS_1\j2ee\PD80\applications\PD80\webclient\img\res. On the workstation, it would be under the webclient directory: C:\e812\SYSTEM\OC4J\j2ee\home\applications\webclient.ear\webclient\img\res.

Just add the image and then when you run it, just right-click the image look at the properties to find out what sub-directory it's looking in (i.e. img or img/res).

Good Luck
 
If you're using WebSphere 6.1, this is the path we put our custom images:
DriveLetterHere:\WebSphere\AppServer\profiles\AppSrv01\installedApps\torjde05Cell01\HTML_TORJDE05_8093_DV812.ear\webclient.war\img\res
 
Hello All,

I need to the same thing, but on a report.
Basically need to display a static logo on the page header.

Cant find the starting point..
Please help.

Regards,
Prasad
 
Back
Top