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