Report loading pictures base on value...

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Dear all,
I have a report(labels) that have 5 textboxes with single value from
either 0 to 9. so text box 1 could be 5, and text box 2 could be 8, and so
on...So when a text box is with a certain value, i want it to load an image.
so if text box 5 has a value of five, I want it to load image 5.
I looked everywhere but couldn't find the answer. I think i have a concept
but cannot code it...Please help. Thanks in advance.

i'm looking to use:
select case (expression - don't know how to start)
case 1
load image 1
case 2 load image 2
case 3 load image 3
and so on...
Thanks.
 
Paul said:
Dear all,
I have a report(labels) that have 5 textboxes with single value from
either 0 to 9. so text box 1 could be 5, and text box 2 could be 8, and so
on...So when a text box is with a certain value, i want it to load an
image. so if text box 5 has a value of five, I want it to load image 5.
I looked everywhere but couldn't find the answer. I think i have a
concept but cannot code it...Please help. Thanks in advance.

i'm looking to use:
select case (expression - don't know how to start)
case 1
load image 1
case 2 load image 2
case 3 load image 3
and so on...
Thanks.

What do you mean by "load an image"? Where do the images come from and how
do you want to display them? How are the image files related to the
numerical values in the text boxes?

Carl Rapson
 
Back
Top