FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Automatic ASORT()?
Posts: 33
Joined: Tue Aug 12, 2008 07:08 AM
Automatic ASORT()?
Posted: Thu Jan 22, 2009 07:16 PM

Hi,

In:
REDEFINE COMBOBOX o[ O_INCD_RECORD ] VAR v[ O_INCD_RECORD ] ITEMS aIncdRecord ID ID_INCD_RECORD OF o[ O_DLG_GET_INCD ]

From some reason the array, aIncdRecord , is sorted automatically. I don't need it sorted. How can I omit it?

Thanks,
Moshe Yarden

Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: Automatic ASORT()?
Posted: Thu Jan 22, 2009 09:00 PM

En el recurso puedes definir que no se ordene automáticamente.
saludos

William, Morales

Saludos



méxico.sureste
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Automatic ASORT()?
Posted: Thu Jan 22, 2009 10:13 PM

Moshe,

As William tells you, don't use the listbox sort style in the resource file.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 33
Joined: Tue Aug 12, 2008 07:08 AM
Re: Automatic ASORT()?
Posted: Fri Jan 23, 2009 09:04 AM

Thanks. It works good.

Moshe Yarden

Continue the discussion