Here is obviously a bug:

Consider the following code snippet:

SearchString=hk_this.show_stringvaluedialog("Enter search string")
myfilter="Bezeichnung like " + "'%"+SearchString+"%'"  # + "%"
whatfilter=hk_thisform.datasource().filter()
hk_thisform.datasource().set_filter(myfilter,False)
hk_thisform.datasource().disable()
hk_thisform.datasource().enable()
hk_thisform.show_asdialog() 

The user specifies a search string in the stringvaluedialog,
The system searches the table column for the records that
meet the criteria entered, and then sets a filter
to display these records.

If the form is then closed, all is well. 
The usual thing is to select one of the filtered records and
open another form in order to see more information about
the selected record. If this newly opened form is then
closed, Knoda gets frozen. Nothing can be done, except 
killing it with the sledge hammer method (kill command).

Does anybody know of a workaround to avoid this freeze?
Egbert


       
---------------------------------
 For ideas on reducing your carbon footprint visit Yahoo! For Good this month.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss

Reply via email to