Hi,
"QEvent::FocusIn" looks to work but i have a symptom..if i ordered my query the results are interchanged
combo: x,f,a
Query Analyzer: a,f,x
"select sprache from sprache_tbl order by sprache"
![]()
Hi,
"QEvent::FocusIn" looks to work but i have a symptom..if i ordered my query the results are interchanged
combo: x,f,a
Query Analyzer: a,f,x
"select sprache from sprache_tbl order by sprache"
![]()
Think DigitalGasoline
Use "order by sprache desc" in your sql statement or add items to the combo box in reverse order, see last() and previous().Originally Posted by raphaelf
Hi jpn!
Thank you very much for your spended time..I have downloaded the example an i will use "desc" for my Query..
Thanks all for the best support!
Think DigitalGasoline
Bookmarks