RDMLX - Images from an external webserver
Posted: Wed Feb 12, 2014 8:32 pm
Hi
I want to use an image from an external webserver. Is it possible?
I create the url to the image like this:
#uImagePathAndName := #x1http + '/' + #folder + '/' + #WEINSPNR3 + '/' + #WBILDNAM2
and this to show the image:
#COM_OWNER.Set_Image Name(PICTURE1) Resource(#uImagePathAndName) Layout_Col(1) Layout_Row(5) Downloadondemand(True) Ongetimage(FULLSIZE1) Layout_Cols(-1)
If I cpoy the url into a browser it shows the image okay.
/klaus
I want to use an image from an external webserver. Is it possible?
I create the url to the image like this:
#uImagePathAndName := #x1http + '/' + #folder + '/' + #WEINSPNR3 + '/' + #WBILDNAM2
and this to show the image:
#COM_OWNER.Set_Image Name(PICTURE1) Resource(#uImagePathAndName) Layout_Col(1) Layout_Row(5) Downloadondemand(True) Ongetimage(FULLSIZE1) Layout_Cols(-1)
If I cpoy the url into a browser it shows the image okay.
/klaus