Where is the code that doesn't check the tables? :)

I figured I just needed to change this False to True:
self.tableSelections[table] = False

in
                
        def onEnterPage(self, direction):
                if direction == "forward":
                        tbls = [t for t in self.Form.getTables()]
                        tbls.sort()
                        if not self.tableSelections:
                                for table in tbls:
                                        self.tableSelections[table] = False
                        tblKeys = self.tableSelections.keys()
                        tblKeys.sort()
                        self.clbTableSelection.Choices = tblKeys
                        self.clbTableSelection.setFocus()


but when I ran the wiz, the tables were not selected.  What does this code do?

to make all happy, how about a "Select all" or "Invert All" button?

Carl K

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

Reply via email to