Expand my Community achievements bar.

Disable a form

Avatar

Former Community Member
Hi All,



I am using Adobe Live Cycle Designer ES 8.2, to create some form and using ASP.Net and SQL Server 2005 for displaying and storing form Data.



I didn't get how to perform following things.



Suppose i have 2 different forms FormA and FormB, on FormA there is a checkbox saying "Enable form B". whenever this is checked formB and all its control should be enable and whenever it is unchecked formB and All its controls should be disabled.



Any one have any idea?



Thanks for the HELP!
1 Reply

Avatar

Level 7
You may have to enable the 'disclosed' property of the form B pdf before form A can progarmatically access the fields of form B and manipulate their properties.