I'm using the db results wizard in fp2000.

I have a text field in the table with the path to the image in the text
field.

The results display the path (the contents of the text field) and not the
image.

Oh, the folder in the web for the db and the images are on the same level.
I have "images/imagename.jpg" in the text field. Is this the way to do it
or what do I need to change?

Thanks.

RE: Images not displaying in DBRW by raviangu

raviangu
Fri Nov 05 12:06:02 CST 2004

in the design mode, insert the image and change the image path properties
to <%=FP_Field(fp_rs,"ImagePath")%>.

Hope this Information helps.
Regards
Ravi
MSFT

This posting is provided "as is" with no warranties and confers no rights
--------------------
|
| I'm using the db results wizard in fp2000.
|
| I have a text field in the table with the path to the image in the text
| field.
|
| The results display the path (the contents of the text field) and not the
| image.
|
| Oh, the folder in the web for the db and the images are on the same
level.
| I have "images/imagename.jpg" in the text field. Is this the way to do it
| or what do I need to change?
|
| Thanks.
|
|
|
|


Re: Images not displaying in DBRW by SAC

SAC
Fri Nov 05 12:12:42 CST 2004

Thanks!

I just found this article that explains this:

http://support.microsoft.com/kb/216285/en-us

"Ravi Anguluri" <raviangu@online.microsoft.com> wrote in message
news:ePoJeI2wEHA.3956@cpmsftngxa10.phx.gbl...
> in the design mode, insert the image and change the image path properties
> to <%=FP_Field(fp_rs,"ImagePath")%>.
>
> Hope this Information helps.
> Regards
> Ravi
> MSFT
>
> This posting is provided "as is" with no warranties and confers no rights
> --------------------
> |
> | I'm using the db results wizard in fp2000.
> |
> | I have a text field in the table with the path to the image in the text
> | field.
> |
> | The results display the path (the contents of the text field) and not
the
> | image.
> |
> | Oh, the folder in the web for the db and the images are on the same
> level.
> | I have "images/imagename.jpg" in the text field. Is this the way to do
it
> | or what do I need to change?
> |
> | Thanks.
> |
> |
> |
> |
>