A common question that I am frequently asked is how to iterate through controls on a SalesLogix form. This is helpful to be able to generically manipulate all, or a set of controls on a form, to do things such as enable/disable controls at runtime etc without the need to specifically hard-code the names of the controls.
Read more