Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys ,
plz find the attachment.
I have an excel file having filelds imgID,Location containing 3 images and there location.
After loading i get two fields imgID and location.
Now i want to use textbox to display image after cliking in ImgID listbox.
Plz help me how to get an image in textbox.
Thanks
Hitesh
Use INFO load in the script ,
then in text object Check Representation as Image and use expression Info(ID).
Hope his helps!!!
Regards,
please send me the qvw file?
Refer the attachment, if any doubts please post it...
Hi Dipak,
just change the textbox like the below
Thanks....
Hi amar, Yes, you are absolutely correct.That come after you load the script.
Using the info() also, u can achieve it.Please refer to my attachment Thanks
Hi rajni,
I am not getting any image.
its displaying path in txt.
plz find attachment
Hi Deepak,
As i am using personal edition so i wont be able to see your attachment.
Please go through my earlier posts and suggest me solution.
Thanks,
Hitesh.
Step-1: /*Load this script in your script*/
Images:
Bundle LOAD ImgID,Location
FROM flags\Image_Ex.xlsx (ooxml, embedded labels, table is Sheet1);
Step-2: After step-1, create a text box and go to its properties and in the expression editor type the following:
=Info(ImgID)
Step-3: Change the Representation to Image in drop down.By default, it is Text. Click OK.
Done...Cheers!!!
Hi guys,
Still i am not getting proper solution for how to insert image in textbox.
please refer my below attachment and help me out.
thanks.