On Saturday 03 February 2007 17:25, johnf wrote:
> On Saturday 03 February 2007 16:23, Paul McNett wrote:
> > johnf wrote:
> > > Damm I spoke to soon.  I'm still having the same problem.  Used your
> > > test with the Bizobj and cur and got the same results.  Rememeber I'm
> > > using Postgres. Could it be that dbPostgres.py is returning something
> > > incorrectly?
> >
> > Just for kicks, what do you get when you run the test again:
> > >>>>>> bo = self.getBizobj()
> > >>>>>> print bo.getChangedRows()
> > >>>>>
> > >>>>> [0]
> > >>>>>
> > >>>>>> cur = bo._CurrentCursor
> > >>>>>> print cur._mementos
> > >>>>>
> > >>>>> {38714: {'status': None, 'pack2': None, 'mailnotes': None, 'pack1':
> > >>>>> None, 'invlang': None, 'doc2': None, 'doc1': None, 'maddress1':
> > >>>>> None, 'mzip': None, 'mcity': None, 'ship1': None, 'maddress2':
> > >>>>> None, 'notes1': None, 'continent': None, 'mstate': None, 'ship2':
> > >>>>> None}}
>
> [0]
> {38714: {'pack1': None, 'pack2': None, 'doc2': None, 'doc1': None, 'ship2':
> None, 'ship1': None, 'notes1': None, 'mailnotes': None}}
I noticed that all these fields are varchar(8000).  I used that as my memo 
fields since I could not use a text field at the time I designed the table.  
Your recent change to dTextBox appears to have worked.
-- 
John Fabiani

_______________________________________________
Post Messages to: Dabo-dev@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to