تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
7704 أدوات العرض

Hi, i have to modify the invoice rml report. It is working ok but after the report is printing a blank page.

how can i remove this blank page?

thank

Fernando

الصورة الرمزية
إهمال
الكاتب

hi, i need help with this. Thank

أفضل إجابة

Hi,

Remove white space from rml.

Thanks

الصورة الرمزية
إهمال
الكاتب

thank for the help. i have remove all white space and i have the same problem. Thank and if have other tip i will be veary happy

أفضل إجابة

this can be happened if u have brake the page at the end of the your report please check it out. if still it wont help let us see your .sxw file over here.

الصورة الرمزية
إهمال
الكاتب

no page brake in the code.

الكاتب أفضل إجابة

I simplify the RML in order to be an example. i trie to print 3 pages but i get 6 pages one with information and one blank page.

<document filename="test.pdf"> <template pagesize="(20.5cm,29.5cm" title="Factura"> <pagetemplate id="first"> <frame id="rut" x1="9cm" y1="24.7cm" width="9cm" height="1cm"/> </pagetemplate> </template> <stylesheet> <initialize> <parastyle name="all" alignment="justify"/> </initialize> <images/> </stylesheet> <story> <para style="terp_default_8">[[repeatIn(objects * 3,'o','story')]] </para> <para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para> <currentframe name="rut"/> <section> <para style="parrafo">[[ (o.partner_id and o.partner_id.mobile) or '' ]]</para> </section> <frameend/> </story> </document>

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يونيو 16
10054
1
مارس 15
9292
0
مارس 15
4252
0
مارس 15
4466
4
ديسمبر 23
11844