I pass my form to the method. It should iterate the controls and set the MaxLength property of each TextEdit control to the FieldLength of the bound field. It is not doing that. What am I doing wrong?
Thanks,Bill
In your arrangements you do the following:
DevEx Control (third-party control)---AllAppsExtendedControl (base project in a development-wide, separate solution)------AppSpecificExtendedControl (base project in a application-specific solution)
The only place you would then need to update references would be in the AllAppsExtendedControl solution.
Sprinkle in the appropriate namespaces and voilá!
Do I have that right?Bill