Gets a list of captions for the data controls on the form. These can be used when printing validation messages. Depends on the label being attached to the parent data control.
The array returned contains a list of control names and labels separated by a colon, eg. "txtVisitDate:Visit Date" The returned array is used as-is by the table shadowing functions.
The target form.
Dim ControlDescriptions() as string ControlDescriptions = GetPageControlDescriptions(Me)