Old Reference?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that did load a picture file but I deleted that object. Now
every time th e form loads, I get an 'Enter Parameter Value' popup for
'form.pictureFile. I can't find a reference to this in code or objects. Help
on finding this please!
 
Did you check the control's properties? It's not clear whether you have a
simple image control or a bound object. If the control checks out, see if
the form has code that runs when it opens. HTH
 
The object used an image and the file path of that image was in the query
that populated the form. I now find if I put the "pictureFile' column back in
the query, I don't get the error. The thing is I no longer have an object or
code that references the 'pictureFile'.
 
Set the field in your query to an empty value:

pictureFile: ""

I don't think that performance will suffer greatly.
The object used an image and the file path of that image was in the query
that populated the form. I now find if I put the "pictureFile' column back in
the query, I don't get the error. The thing is I no longer have an object or
code that references the 'pictureFile'.
Did you check the control's properties? It's not clear whether you have a
simple image control or a bound object. If the control checks out, see if
[quoted text clipped - 4 lines]
 

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

Back
Top