Home > Archive > Clarion > October 2004 > Displaying an Image alongside a List
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Displaying an Image alongside a List
|
|
| GetWebWise 2004-10-02, 8:55 am |
| I am able to restore an image from a blob when viewing a form.
When viewing a list I would like to display/restore the saved image
simultaneously with each line of data I read.
How can I do this?
Thanks
Ian
| |
|
| > When viewing a list I would like to display/restore the saved image
> simultaneously with each line of data I read.
Depends a little on how you are populating the list and which templates
you are using.
If it is an ABC-application and the list is populated by the
browse-template, I think you shold be able to set the image-field as a
hot-field for the browse (you can do this on a tab under "actions" on
the browse-properties), then the contents of the image-field should
"follow" the selected line in the browse, so you shold be able to view
the contents in a control. I don't know if you need kode to restore your
image, but if you do, maybe put it on Event:Selected? I'm not sure about
this, but try!
Best regards
Kasper
--
Besøg mig på nettet: http://www.kaspershjemmeside.dk
|
|
|
|
|