Locked form

  • Thread starter Thread starter Martin Wilson
  • Start date Start date
M

Martin Wilson

Hello,

I have a problem which is driving me batty.

I have some forms that allow data to be edited. For some
strange reason. When one of the drop down controls is
entered and then exited. The form locks. Users cannot
exit out of the drop down control. If they click any of
the buttons like Return or MainMenu, they get a message
that says "The RunCommand action has been canceled". No
error number is given.

Has anyone ever encountered anything this strange
before? Suggestions are more than welcome.

Thanks,

Martin Wilson
 
Hi,

You might want to check the properties of the drop down control. Make sure
that the Limit to list property is set to No.

The dropdown control will not let the user exit if the option selected by
the user is not in the list and the Limit to list property is set to Yes.
 
Back
Top