|
![]() |
#1 |
Участник
|
If находится в цикле WHILE???
Приведите код. ЗЫ.
__________________
Бывает, что человек молчит, когда ничего не знает о данном предмете, но чаще – когда знает о нем все. (Джордж Бернард Шоу) |
|
![]() |
#2 |
Участник
|
продолжение той же темы про Dimensions
X++: while (qr.next()) { ltvd1 = qr.get(tablenum(SUG_LedgerTransDimentionsDetails)); select Description from dim where dim.Num == ltvd1.Dimension[i] && dim.DimensionCode == sysDimGroup; medt.insertValue2(num_count, counter, dim.Description); medt.insertValue2(num_count+1, counter, int2str(i)); counter++; if (h <= conLen(numDimens)) { h = _idx + 1; this.SelDimens(qr.query(), h, sysDimGroup, ltvd1.Dimension[i], i); } }
__________________
MBS-Axapta 3.0 CIS SP3 |
|