HMG.4 Problems / Questions

Moderator: Rathinagiri

User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.4 Problems / Questions

Post by mol »

Hi Pritpal!
First - Welcome from Poland!
Second - I have a question about QComboBox.
I need to realize SORT option - when all inserted items are sorted.
I've read about Insert Policies, but, in my opinion, they don't work.
Do you have any suggestion about it?

Code: Select all

			if lValue == .T.
				::oQTObject:setInsertPolicy(6)   //QComboBox::InsertAlphabetically
			else
				::oQTObject:setInsertPolicy(3) //QComboBox::InsertAtBottom
			endif
Post Reply