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!!!!