|
|
#7 |
|
Участник
|
А не лучше ли создать новый display метод на таблице с детализацией?
X++: display Comment comment() { ActionTable actionTable; Comment comment; if (this.Comment != '') { comment = this.Comment; } else { select firstonly Comment from actionTable where this.ActionId == actionTable.ActionId; comment = actiontable.Comment; } return comment; } Последний раз редактировалось Stitch_MS; 10.10.2013 в 14:04. Причина: протупил |
|
|