Hi all, I am trying to create a form that displays the data content of a single database record, with one of the fields being an image (stored in database as an image file like .jpg or .png)
The sample at http://www.smartclient.com/smartgwtee/showcase/#upload_sql does exactly what I need by correctly displaying images from many records in my database, but I only need to display one record at a time (again containing the one image) and give the user the ability to scroll to any record
Usually I would use DynamicForm and it works great for all my other fields but I cannot find a control for it that would work with images.
How can this be done?
Thanks for the help!
JP
The sample at http://www.smartclient.com/smartgwtee/showcase/#upload_sql does exactly what I need by correctly displaying images from many records in my database, but I only need to display one record at a time (again containing the one image) and give the user the ability to scroll to any record
Usually I would use DynamicForm and it works great for all my other fields but I cannot find a control for it that would work with images.
How can this be done?
Thanks for the help!
JP
Comment