|
![]() |
#1 |
Участник
|
Which problems do you have?
Stack trace or just wrong displaying?
__________________
http://www.axdevposts.blogspot.com Пришел, уведел.... отойди, дай другому увидеть! |
|
|
За это сообщение автора поблагодарили: Kent (1). |
![]() |
#2 |
Участник
|
I have problem with displaying. Axapta tray display it as image and I got an error. That is the problem.
I have code: I collect data from ListView and insert it in container, and container I post in table. 'Field' have extended data type "Container". X++: container con; Set set = new Set(Types::String); ; idx = ListSelected.getNextItem(FormListNext::All); while (idx != -1) { item = ListSelected.getItem(idx); set.add(item.data()); idx = ListSelected.getNextItem(FormListNext::All, idx); } con = [set.pack()]; table.Field= con; table.insert(); Последний раз редактировалось Kent; 04.09.2009 в 11:05. |
|
Теги |
container, grid |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|