Цитата:
Изначально опубликовано Vadik
Покажите значение Hint flags из конфигурационной утилиты.
И код
воть.. ловите...
Настройка Hint flags - пустая
код примерно такой
PurchCertChemicalCompound.selectLocked(fasle);
while select _PurchCertChemicalCompound
index hint PurchCertificateLineIdx
where _PurchCertChemicalCompound.PurchCertificateLineId == _PurchCertificateLine.PurchCertificateLineId
&& (_PurchCertChemicalCompound.PurchCertChemValue != ''
|| _PurchCertChemicalCompound.PurchCertChemMinValue != '')
{
info::messageWinAddLine(_PurchCertChemicalCompound.ChemicalElementId);
}