Read only form and Combo Box problem

G

Guest

This is an ADP application.

I have a form that I would like it to be read only. I set the
AllowAdditions, AllowDeletions and AllowEdits to False as soon as I do this,
my combo box does not work. I can not select an item with in the list. I can
see them, just can not select from it. As soon as I set the AllowAdditions,
AllowDeletions and AllowEdits to true my combo box works and I can select an
item from the dropdown list...
Any suggestions on how I can have a read only form and have the combo box
still
work

Thanks
ToniS
 
G

Guest

TonIS: You can set Additions and Deletions to "No," but leave Edits at
"Yes." Then set individual fields on the form to Enabled = No and Locked =
Yes. This approach, at least, has worked for me. Come back if this doesn't
work for you. Good luck.
 

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