![]() |
#8 |
Участник
|
Цитата:
Сообщение от Maxim Gorbunov
Дизайн там серьезно модифицируется из кода (в методах executeSection() в частности).
хм, не знаю насколько я "корректно" и правильно постул, изменил условие проверки высоты в методе execute section. \Reports\CustVendFacture_RU1\Designs\Facture\Design\Section Group: FactureJour_RU\[Body FactureJour_RU:JourBody]\Section Group: FactureTrans_RU\[Body FactureTrans_RU:TransBody]\Methods\executeSection if((pageHeight - element.currentYmm100()/110) < checkHeight) { moreThenOnePage = true; element.execute(4); element.newPage(); element.execute(1); element.execute(2); |
|