[PythonReports-checkins] PythonReports/doc prt.txt,1.6,1.7
Brought to you by:
a1s
From: Oleg B. <ph...@us...> - 2007-05-07 16:12:52
|
Update of /cvsroot/pythonreports/PythonReports/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20735 Modified Files: prt.txt Log Message: "default" is a required attribute for "parameter", it cannot be omitted. Index: prt.txt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/doc/prt.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** prt.txt 19 Dec 2006 13:21:49 -0000 1.6 --- prt.txt 7 May 2007 16:12:50 -0000 1.7 *************** *** 228,232 **** ``name`` M string Variable name. ``default`` M expr Default value. - Empty string if omitted. ``prompt`` O boolean If set to ``yes``, report builder will prompt for parameter value. --- 228,231 ---- |