Home > Archive > Clarion > May 2004 > Report Images
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]
|
|
|
| Doing a Camp list report of the campers(name/addr./etc.) and would like to
print their picture. Tried looking at Images, but can't seem to find a way
of choosing which picture to print at Detail print time.
Any suggestions would be appreciated.
Thanks,
Serge
| |
|
| Hi Serge,
if you store the location of the image with the details for the camper, you
can then put an image control in the detail for your report and set it using
the following code.
SETTARGET(Report)
?Image{PROP:Text} =PictureLocation
SETTARGET()
?Image = Your image control
PictureLocation = Field in your file containing the image location
Embed this after opening the report and before print detail.
Hope this helps
Regards
Mark
"Serge @hotmail.com>" <stenthorey<No Spam Please> wrote in message
news:TQPlc.22136$3Q4.552937@news20.bellglobal.com...
> Doing a Camp list report of the campers(name/addr./etc.) and would like to
> print their picture. Tried looking at Images, but can't seem to find a
way
> of choosing which picture to print at Detail print time.
> Any suggestions would be appreciated.
> Thanks,
>
> Serge
>
>
>
|
|
|
|
|