Ed Leafe wrote:
> On Mar 14, 2009, at 10:42 PM, Carl Karsten wrote:
> 
>> c...@dv67:~/dabo-trunk$ ReportDesigner.py
>> ./ide/wizards/AppWizard/spec-sampleReport.rfxml
> 
> 
>       Carl, you're confusing a template with an actual report.

What does "spec" sand for?

All the other templates have a .txt added - if it did too might prevent someone 
else making the same mistake.

Or just delete it, cuz it really doesn't do much - check out the difference 
between the template and the resulting report:

c...@dv67:~/temp/er/reports$ diff sampleReport.rfxml 
/home/carl/dabo-trunk/ide/wizards/AppWizard/spec-sampleReport.rfxml
1c1

< <?xml version="1.0" encoding="utf-8" standalone="yes"?>
---
 > <?xml version="1.0" encoding="%(enc)s" standalone="yes"?>
133c133
<                                               <expr>"Amount due:            $ 
%s" % locale.format('%s',
---
 >                                              <expr>"Amount due:            $ 
 > %%s" %% locale.format('%%s',

I can kinda see it as a place holder or something, but it's weird.

Carl K

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to