On Monday 14 May 2007 10:29, johnf wrote: > On Monday 14 May 2007 10:06, Ed Leafe wrote: > > On May 14, 2007, at 12:52 PM, johnf wrote: > > > The following no longer works with the current SVN: > > > > Your code works fine here under r3127. > > > > What sort of problems are you having? > > > > -- Ed Leafe > > -- http://leafe.com > > -- http://dabodev.com > > Sorry about that Larry provided the code that does not work on his windows > box. Larry's email is not working so I told him I would post it. But I > also had code not working from our classes that was passing properties. > I'll check further into the issue and get back thanks. OK I have the following:
at SVN 3127 If I remove the three lines of code added to the propertyHelperMixin.py with Paul's 3120 comitt my code works. My call to a class lusp=RAfkLookupPanel(self, RegID='SpeciesluPanel',TargetBizObj=self.Form.PrimaryBizobj, BizObjField='fk_species', CodeObjRegID='txtSpeciesCodeID', CodeObjFindBtnRegID='btnSpeciesCodeID', DescObjRegID='txtSpeciesNameID', DescObjFindBtnRegID='btnSpeciesNameID', LookupBizObj=self.Form.SpeciesLookup, LookupCodeField='speciesnum', LookupDescField='species') with Paul's changes I get: TypeError: 'LookupBizObj' is an invalid keyword argument for this function. If I only pass one property I get a similar error. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
