cancel
Showing results for 
Search instead for 
Did you mean: 

How to display images in a table column?

Former Member
0 Kudos

Hi,

In a VC model, I have to display images in a table column for each record found.

How can this be done?

Regards,

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nitin,

It can be done by adding to the table the Image control (can be found under Advanced Controls in the Compose panel).

In the URL property (in the Configure panel of the Image control) you can define any expression that will return the image URL. For example:

="http://hosting.site.url/"&@ImageNameField

Regards,

Udi

Edited by: Udi Cohen on Jun 11, 2008 1:39 PM

Former Member
0 Kudos

Hi Udi,

The problem is that the images I'm using are static images and not the ones retrieved from the Internet.

Regards,

Nitin

Former Member
0 Kudos

Hi Nitin,

Image uploading is not available in VC, you have to have the image on a server.

Maybe uploading the images to an image hosting site (such as [http://imageshack.us/]) would help?

The images will be available from anywhere in the web.

Regards,

Udi

Former Member
0 Kudos

Hi Udi,

I think uploading the images on the server is a better option then.

Thanks a lot for this reply.

Best Regards,

Nitin