Reports

Hi All, I have designed a Report with only one DataItem MyTable. Now i want to fill a temporary Table with several Data and call this Report via Report.RUNMODAL(80000, TRUE, TRUE, MyTable); MyTable is the Table of the DataItem of the Report. In a Form i call a function of a Codeunit which fills MyTable, which declared as temporary. But after that the above statement gives an error: “The MyReport report does not have a DataItem that uses the Table (80005 MyTable) specified in the Funcion SetTableView”. I don’t know what causes this error. Can somebody help me, please? Thanks in advance. Greetings Frank

Hi, See the reference below : http://www.mibuso.com/howtoinfo.asp?FileID=6&Type=howto I hope it helps you.

This helps a lot!!! Thanks, Philip Greeting, Frank