I always seem to have questions!
I want to get the names of all the fields displayed on a form and put into an array. I tried:
MyForm.enumFieldNames(arFieldNames)
but that just gets the field names of one of the tables in the Data Model.
Since I now have a bunch of calculated fields on the form that are not in a table, is there an easy way to get the names of those fields into an array?
Lynn
I want to get the names of all the fields displayed on a form and put into an array. I tried:
MyForm.enumFieldNames(arFieldNames)
but that just gets the field names of one of the tables in the Data Model.
Since I now have a bunch of calculated fields on the form that are not in a table, is there an easy way to get the names of those fields into an array?
Lynn