F
faberk
I am trying to set the 'visible' and 'picture' properties of an image control
using the 'on format' event of a report. The control is available to me
using Intellisense, but the properties dont appear to be. This is the syntax
i am using, with 'img1' being the control name:
img1.Visible = False
img1.Picture = STRIMAGEFILEPATH & arrFileNames(0)
What am i missing?
using the 'on format' event of a report. The control is available to me
using Intellisense, but the properties dont appear to be. This is the syntax
i am using, with 'img1' being the control name:
img1.Visible = False
img1.Picture = STRIMAGEFILEPATH & arrFileNames(0)
What am i missing?