alexpreyer
17th October 2008, 15:26
I'm working on a report at the moment in which all changes on defined fields in a table are shown. Therefor I need the Lable Description of each field (like tccom020.cban is Bank).
With a query on ttadv422 I get these description for some fields, but not all. In which table are these descriptios are stored?

Thanks

george7a
17th October 2008, 15:30
Hi,

You can use the tt.field.desc() function (http://www.baanboard.com/programmers_manual_baanerp_help_functions_runtime_dictionary_information_tt_field_desc).

I hope it helps,

- George

alexpreyer
17th October 2008, 16:32
This was the fastest help I've got here, and it works.

Thanks a lot for the help

Alex