[PythonReports-users] Images
Brought to you by:
a1s
From: Werner F. B. <wer...@fr...> - 2013-01-02 15:42:43
|
Hi, In my application the user can store images (e.g. wine labels, recipe preparation etc), the images are stored in the file system in a user defined folder and the application just stores the file name. On my recipe report I like to show the image of the "Recipe finished" image if it exists. I was hoping to use a function "getImagePath(THIS.id, 'imgtype') and it comes back with the appropriate full path to the image, in the case of the recipe report it would find the image showing the "finished" stage of the recipe. Looking at the image element I don't see how I could do this, if it is possible could you give me some tips. Werner |