load image dynamically

  • Thread starter Thread starter lasylvia
  • Start date Start date
L

lasylvia

hello,

I try the code in a html, i've found on this forum, but it doesn't
work. Have you got a idea?

Function Item_Open()
Set objInsp = Item.GetInspector
Set objPage = objInsp.ModifiedFormPages("Message")
Item.BillingInformation="C:\temp\login3.jpg"
Set imgPicture = objPage.Controls("imgPicture")
If Item.BillingInformation <> "" Then
imgPicture.Picture = LoadPicture(Item.BillingInformation)
End If
End Functio
 
What specifically doesn't work? Have you tried stepping through the code in
the script debugger? Did you publish the form?
 
hi,

Thank you, for replies,
but i understand my mistake!!
it's work if u have Exchange Server
 
Back
Top