I'm assuming that you mean somthing similar to what's done in a dialog when a control is grayed out. Unfortunatly there isn't a concept of this in a form. You can hide or show a control, or make it ReadOnly.
I've simulated "graying" out controls by making the field read only and changing the text, border, and background color. This actually works really well. If you make both the background and text different shades of gray it gives the field a very "inactive" kind of feel. Make the text darker than the background
I've simulated "graying" out controls by making the field read only and changing the text, border, and background color. This actually works really well. If you make both the background and text different shades of gray it gives the field a very "inactive" kind of feel. Make the text darker than the background
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script