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
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