Page 1 of 1

Field Name Alias in code

Posted: Mon Nov 27, 2006 5:44 pm
by shmuly
Is there a way to display field alias names rather than field names in formulas? Displaying the alias names in the data dictionary and then displaying the actual names in the code defeats the whole purpose for displaying alias names.

Field Name Alias in code

Posted: Mon Nov 27, 2006 9:13 pm
by Vital
Sorry, in expression you need use only field name, because all field names and datasources converted to c# (or vb.net) class and properties. So all names must be fully c# (or vb.net) spelled correctly.

Thank you.