Ed Leafe wrote: > On Jul 7, 2008, at 9:11 PM, Paul McNary wrote: > >> I'm on Python 2.4.5 currently >> >> I do the above but when I do print c.WordWrap >> >> it returns >> AttributeError:"list" object has no attribute "WordWrap" > > Sounds like 'c' is the Columns property of the grid, which is a > list. Try c[0].WordWrap. > > > -- Ed Leafe > > > > > OK
After further testing. Just the Notes column will not WordWrap. The Client Name column WordWraps fine. Even when it prints that WordWrap is on for that column it doesn't work. I'll try to delete the grid and put it back and see what that does. Thanks Paul McNary [EMAIL PROTECTED] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
