R RogerCooper Registered User. Local time Today, 03:23 Joined Jul 30, 2014 Messages 683 Jun 17, 2016 #1 I need to create a datasheet type form where only some fields can be edited. Is there any way of making specific controls read-only?
I need to create a datasheet type form where only some fields can be edited. Is there any way of making specific controls read-only?
pbaldy Wino Moderator Staff member Local time Today, 03:23 Joined Aug 30, 2003 Messages 36,272 Jun 17, 2016 #2 Check the locked and enabled properties.
missinglinq AWF VIP Local time Today, 06:23 Joined Jun 20, 2003 Messages 6,420 Jun 17, 2016 #3 Do you need to be able to enter data in these Controls when you enter a New Record? Linq ;0)>
R RogerCooper Registered User. Local time Today, 03:23 Joined Jul 30, 2014 Messages 683 Jun 20, 2016 #4 missinglinq said: Do you need to be able to enter data in these Controls when you enter a New Record? Linq ;0)> Click to expand... No. The "locked" property is what I needed. Thanks for the help.
missinglinq said: Do you need to be able to enter data in these Controls when you enter a New Record? Linq ;0)> Click to expand... No. The "locked" property is what I needed. Thanks for the help.
pbaldy Wino Moderator Staff member Local time Today, 03:23 Joined Aug 30, 2003 Messages 36,272 Jun 20, 2016 #5 No problem.