Ed Leafe wrote:
> On Jan 24, 2007, at 5:47 PM, Uwe Grauer wrote:
>
>> There are errors at least in Classdesigner:
>> http://dabodev.com/tracker/0288
>
> Yeah, I just noticed that when I was testing the default value
> stuff. Must have broken during some other change, since the last time
> I worked with this everything was working great. I'll try to get a
> fix soon.
>
> -- Ed Leafe
If it could be made possible to do what i wanted i could wait with my
changes in my code.
I wanted to do something like:
def callEditEtyp(self, newrec=False):
if not newrec:
currow = self.dGridEtyp.CurrentRow
etypiid = self.PrimaryBizobj.getDataSet(rowStart=currow,
rows=1)[0]['iid']
frmclass = "EditEtyp.cdxml"
frm = dabo.ui.createForm(frmclass, ParentForm=self, NewRec=newrec,
EtypIid=etypiid)
self.hide()
frm.showModal()
Please let me know if this would be possible.
Uwe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev