2007 - Access Controls in Managed Code

S

Scott

Is it possible to access control properties by way of managed code? For
example, read-only, disabled etc.
 
D

David Dean

InfoPath controls are not the same as bound controls in Windows or ASP.NET
applications. Generally, you cannot programmatically modify properties of a
control at runtime.

In InfoPath, you must use Conditional Formatting expressions to dynamically
determine the control properties. You can control the format via rules or
program code by changing the value of an element that a Conditional
Formatting expression references.
 
S

Scott

I was guessing that was the case, but hoped it changed in 2007. Thanks for
the information!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top