Read Only Forms

jamies

New member
Local time
Today, 16:33
Joined
Jun 26, 2013
Messages
8
Hi
I have a form that is set to allowEdits = False, allowAdditons=False, AllowDeletions = False, thus setting the form to read only.

However I have a textbox on the form that I use to search a particular field. However when the form is set to readonly I cannot enter anything in this textbox.

Any ideas of getting around this without setting all fields individually to locked.

Thanks
jamei
 
You can toggle the AllowEdits property, perhaps in the got and lost focus events of the textbox.
 
Hi Paul,
Works a treat, just couldn't think there.

thanks
 
Happy to help Jamie!
 

Users who are viewing this thread

Back
Top Bottom