![]() |
#5 |
Участник
|
Я бы предложил модифицировать в этом методе удаление кнопок
X++: FormControl fc; FormControl fc2; ... if ( ! lstCtrlReports.empty()) { it = new ListIterator(lstCtrlReports); fc = formRun.selectedControl(); while (it.more()) { buttonCtrl = it.value(); formRun.design().removeControl(buttonCtrl.id()); it.next(); } lstCtrlReports = new List(Types::Class); fc2 = formRun.selectedControl(); if (fc && fc2 != fc) fc.setFocus(); }
__________________
Axapta v.3.0 sp5 kr2 |
|
|
За это сообщение автора поблагодарили: ZVV (1), Lemming (1), coolibin (1), Dino (0). |