Referencing objects using Intellisense

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

Duane Hookom

There are some properties and methods that just don't display in intellisense
even though they are legit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top