Показать сообщение отдельно
Старый 03.03.2006, 16:14   #6  
Jabberwocky is offline
Jabberwocky
Microsoft Dynamics
Аватар для Jabberwocky
Сотрудники Microsoft Dynamics
 
274 / 307 (11) ++++++
Регистрация: 02.09.2005
Адрес: Москва
Нет, если на таблице определено несколько relations с другой таблицей, использоваться будет только одна, причем, насколько я знаю, та, которая согласно алфавитному порядку идет раньше. Что касается Field Fixed и Related Field Fixed, вот цитата из девгайда:

Field fixed
(Table.Field==<EnumValue>)
put a constraint on your table as to which fields will have a lookup list with values from another table.
The condition is ANDed with your relation.

Related field fixed
(<EnumValue>==Table.Field)
filter the records selected in the other table, that is, when MorphX is selecting records in the other table, it only selects the records which meets this condition
The condition is ANDed with your relation.

Последний раз редактировалось Jabberwocky; 03.03.2006 в 16:21.