This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Saving Thumbnail Image

Arasuser - Wednesday, October 6, 2010 12:31 AM:

Hi Everyone,

I got a issue regarding Thumbnail.

Actually I have added a thumbnail image in a form and it is working perfectly well. Now I want the same image to be added in to a different Item type.

For that I was trying to get the Property of thumbnail item (which is a file item)

Dim tnail As String = Me.getProperty("thumbnail_item",Me.getPropertyAttribute("thumbnail_item","keyed_name",""));

But it is throwing some error like

C:Program FilesArasInnovatorInnovatorServerdllsg3wpuad
Line number 7, Error Number: BC30037, Character is not valid.

Can any one help me how i can retrive the thumbnail image and save it into another itemtype?

Thanks

Srii