Having a problem locking a form

Jon123

Registered User.
Local time
Yesterday, 20:14
Joined
Aug 29, 2003
Messages
668
I have done this before and can't remember how I did it and I can't fogure out how to do it. I have a form with txtboxes that are for displaying info to the users. I want to lock them so that users can not click on them or high light the fields. So basically the user can only click on fields I want them to. Everything elseis locked
 
Set the "Locked" property of each control to Yes and the "Enabled" property to No
 
even doing that the user can still click on the textbox and copy the txt. I has a bunch of txt fields and I want them locked so aused can not click on them or be able to select all the txt and copy it
 
Last edited:
even doing that the user can still click on the textbox and copy the txt.
No, then you haven't done it right, if you do as bob fitz describe, you can't set focus to the control.
attachment.php
 

Attachments

  • Locked.jpg
    Locked.jpg
    46.1 KB · Views: 118
ok I got it figured out. Apperantly if you are using conditional formatting you have to disable it there as well. If you don't then you can still access the text even when you have the field setup correctly
 

Users who are viewing this thread

Back
Top Bottom