rahul.kolhe22
4th November 2008, 10:59
Hi all,
I want to know what is the purpose of the combined field in the table, when it is possible to do the same with the fields indivisually.

Thanks in advance

Rahul Kolhe

zardoz
4th November 2008, 11:10
Combined fields are used to reference tables that have primary index with more than 1 field, otherwise it's impossible to do.

rahul.kolhe22
4th November 2008, 13:53
Hi Zardoz,
Thanks a lot for your reply. But are there any other use of the combined field.

Rahul

zardoz
4th November 2008, 13:59
As I know, no.

george7a
4th November 2008, 14:05
You can find here the documented part on the "combined fields" (nothing the zardoz did not mention though):
http://www.baanboard.com/programmers_manual_baanerp_help_functions_database_handling_overview

Here is some info on how to use them in SQL:
http://www.baanboard.com/programmers_manual_baanerp_help_functions_database_handling_sql_and_combined_fields

- George