Показать сообщение отдельно
Старый 24.05.2011, 10:45   #1  
timaluhs is offline
timaluhs
newborn in DAX
Аватар для timaluhs
 
102 / 10 (1) +
Регистрация: 16.12.2010
Адрес: Израиль
Что Вы подразумеваете под unbound control?
На форме определила IntEdit control. Autodecalration Yes , name RowCount1 . Eщё что-то?
В executeQuery
RowCount1 = SysQuery::countTotal( mlm_TemporaryLeaveReport_qr);
ругается :"Operand types are not compatible with the operator."

а если
RowCount1 = SysQuery::countTotal( mlm_TemporaryLeaveReport. QueryRun());
ругается :"The table mlm_TemporaryLeaveReport does not contain this function."