[PythonReports-checkins] PythonReports/test sakila.prt,1.1,1.2
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-07 13:36:34
|
Update of /cvsroot/pythonreports/PythonReports/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2867 Modified Files: sakila.prt Log Message: added a note about fill color separated from rectangle in the detail section - confusing trick if you look at it in the designer. Index: sakila.prt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/test/sakila.prt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sakila.prt 1 Nov 2006 11:21:56 -0000 1.1 --- sakila.prt 7 Dec 2006 13:36:33 -0000 1.2 *************** *** 209,212 **** --- 209,221 ---- <style printwhen="PAGE_COUNT % 2" /> </rectangle> + <!-- + Note: color setting style and rectangle may be combined like this: + + <rectangle pen="0"> + <style bgcolor="#F3EDE7" printwhen="PAGE_COUNT % 2" /> + </rectangle> + + They are left separate to run through different branches of processing. + --> <field expr="film['title']" stretch="true"> <box height="10" width="35mm" /> |