Log in

View Full Version : Solved: form field - fill in enabled = false?



gibbo1715
11-08-2005, 07:17 AM
Can anyone tell me how i can set the fill in enabled property of a form control to false please( i.e so it cant be edited anymore)

Cheers

Gibbo

gibbo1715
11-08-2005, 07:22 AM
OK this works

ActiveDocument.FormFields("Text1").Enabled = False