Показать сообщение отдельно
Старый 09.01.2007, 02:17   #1  
gb is offline
gb
Участник
 
42 / 15 (1) ++
Регистрация: 31.03.2005
? InventTable form is empty
Hello,

I have a strange behaviour of InventTable form in my development environment ( AX3 + sp2 + KR2)

When I open this form it shows no records, although, InvnetTable, InventTableModule, and InventItemLocation have all records. If I disable innerJoin on InventItemLocation datasource then I get all records on the form and an error message thrown by kernel:

"Query does not contain 5 data source(s)."

If I disable InnerJoin on Purch datasource then I again get all the records and four similar error messages:

"Query does not contain 2 data source(s)."
"Query does not contain 3 data source(s)."
"Query does not contain 4 data source(s)."
"Query does not contain 5 data source(s)."

Same form works fine in Production and Testing environment.
Has anybody seen this? Any suggestions?

Thanks,
gb