Skip to Main Content

APEX

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!

dynamic change of image

Ally71Oct 21 2014 — edited Oct 28 2014

Hi,

I am using apex 4.2 and really need some help with images/icons.

I have a form region, and fields as P1_status_id, P1_status_image. Image is stored in shared components. What I would like to accomplish is when I change P1_status_id to change P1_status_image as well (there is a table with coorelation between status_id and coresponding image name in shared component)

The problem is I can not see image in P1_status_image field. P1_status_image is display image type, based on URL stored in page item and I am using #WORKSPACE_IMAGES#default.jpg.

If I put #WORKSPACE_IMAGES#default.jpg in source item value, I am able to see the image. But, since the image is not static, I need to change it depending on value of P1_status_id. And I created dynmic action on P1_status_id and set value and put P1_status_image as item, and static value asĀ  #WORKSPACE_IMAGES#default.jpg (or db function that will return different jpg name). But dinamic action will not change the image???? Any help on this?

Thanks in advance!!!!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2014
Added on Oct 21 2014
16 comments
4,189 views