Form to be in readonly but some fields can be edited

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramab
    New Member
    • Jul 2007
    • 22

    Form to be in readonly but some fields can be edited

    Hi,
    i want to make a form in readonly which contain around 60 fields but i need to make some (maybe 4) taht can be edited.can i do that??
    thanks in advance
  • janders468
    Recognized Expert New Member
    • Mar 2008
    • 112

    #2
    Each control has a locked property, on the ones you want to be readonly set this to true, on the others leave it false. That should do what you're wanting I believe.

    Comment

    Working...