Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3925 Переглядів

I need to generate a multiple print of report using ODT file. It is working fine for one report alone. However, when I try to print in multiples it gives me an error like "o is not defined".

I have noticed that it gives me an error when I have a footer in my report when I try to print in multiple. When I removed the footer, I can already print in multiple.

How to fix this one? I need my report to have a footer on it with values that I get from objects. Or is there no remedy for this error in aeroo?

Please help.

Аватар
Відмінити
Найкраща відповідь

In reports the variable o identifies one object. Therefore normally a report uses [[ repeatIn(objects,'o') ]] to repeat a certain report content (e.g. the story-tag) for every selected object.

It seems that you are using the variable o outside of its defined range (e.g. the story-tag)

I only edit directly the RML file and do not use OpenOffice. However the logic is the same.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
4633
1
бер. 15
3196
1
лист. 24
1537
0
серп. 24
1587
2
лист. 23
3554