"invalid property value"

  • Thread starter Pablo Cardellino
  • Start date
P

Pablo Cardellino

Hi,

my form is running almost fine. There is something wrong after
performing some actions, and it begins to appear a MsgBox with the
message "Invalid property value" as I click any control, no matter which
of them. The script simply stops running and keeps triggering this
message, and the only way to stop it is ctrl+breaking it.

Does anybody knows which kind of error could be triggering this?

Some context, if needed:

The actions needed to get this bug involve several actions with lists
(for item deletions). Just before removing a list item, the script
verifies if it is the last one from the list, and if it is, the program
changes it value to "(empty)" before removing and disabling it, so the
text that remains within it doesn't mislead the user to think that the
list has an item (if I simply remove the last item, its text remains
visible within the list control)

Regards,
 

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