![]() |
#3 |
Участник
|
Inside Microsoft Dynamics AX 4.0. (Microsoft Press). Страница 446.
X++: static void expandingFieldList(Args _args) { CustTable custTable; ; select CreditRating // This field will be expanded to all fields. from custTable where custTable.AccountNum == "SeverStahl"; } Последний раз редактировалось petr; 31.07.2007 в 18:22. Причина: Немного добавил |
|
|
За это сообщение автора поблагодарили: glibs (4). |
|
|