• Read Only Fields

    Author
    Topic
    #352104

    I have some read only fields on my forms. Is there a way to remove the “greyed out” look of these fields?

    Viewing 0 reply threads
    Author
    Replies
    • #511173

      And if you don’t want your users to be able to “land” on those controls, put some code in the OnEnter event of the control to set the focus to another control.

      • #511182

        Can you suggest the code please (yes I’m being lazy)

        • #511185
          Private Sub MyControl_Enter()
            Me!MyNextControl.SetFocus
          End Sub

          Where MyControl is the locked control and MyNextControl is the one you want it to go to instead.

      • #511341

        If you set disabled to true and locked to true, then the field is not grayed out and the users will not be able to land on those controls.

    Viewing 0 reply threads
    Reply To: Read Only Fields

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: