Carl Karsten wrote:
> I used the new --OpenAllForms switch

never mind.  this should make it all clear:

if options.openAll:
        for form_name in form_names:
                if form_name <> 'ReportBase':
                        self.formsToOpen.append(getattr(self.ui, "Frm%s" % 
form_name))

I already have in mind a much better way to figure out what "All" is.  
something 
about .super.__name or isa() or something.  for now I just want a quick way to 
look for more data type goofies.

Carl K


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to