Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ,
I am trying to load images to my qvw file . my script is not working . It just displays img path .
can somebody help ?
See if the below link will help you...
Hey arusanah,
Try attached script. (place Eligiblity.png in c:\)
Description:
- You will need to use BUNDLE Load
Images:
BUNDLE LOAD * INLINE [
ImageID, Path
Elig, c:\Eligiblity.png
];
- Add a Text object and choose "Image" From Representation dropdown (General tab)
- Paste below as a "Text" of Text object (please note the equal sign):
='qmem://ImageID/Elig'
- If Image does not look good play around with "Image Stretch" dropdown.
Of course Text Object is just an example, you can add your images in other objects (for example, add Flags in Country List Box)
BR,
Kuba