How to show tif image....

I have a series of tif file (from fax server) i have to show in my solution…The files are not in db, but they are on my server disk…in my db table i have the full path & name of each file…in my foxpro app i have a form where i show a preview fo the file and then i can open it with the associated application…

Someone can suggest me how can i do it with Servoy ? I need to use both the smart and the web client.

Thanks

Hi,

If you take a look at the Servoy plug-ins in developer, there is one called “images”. The getImage function there is probably what you want to take a look at. I use the file plug-in to get the actual file and then manipulate it using the images plug-in.

Hope that helps a bit.

Ron