Ed Leafe пишет:

2. How to use dGrid search capabilities?

When the column you want to search has focus, just start typing the search string, and it will jump to the first matching record when you stop typing.

Oops! I got an error!

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Dabo-0.6.5s-py2.4.egg/dabo/lib/eventMixin.py", line 87, in raiseEvent
    bindingFunction(event)
File "/usr/lib/python2.4/site-packages/Dabo-0.6.5s-py2.4.egg/dabo/ui/uiwx/dGrid.py", line 2096, in onIncSearchTimer
    self.runIncSearch()
File "/usr/lib/python2.4/site-packages/Dabo-0.6.5s-py2.4.egg/dabo/ui/uiwx/dGrid.py", line 2358, in runIncSearch
    match = (fldval.lower() == srchStr.lower())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 0: ordinal not in range(128)

In a grid table I have cyrillic strings in a unicode.

--
Basil Shubin
Freelance Software Developer


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

Reply via email to