Page 1 of 1

Automatic ASORT()?

Posted: Thu Jan 22, 2009 7:16 pm
by yardenmo
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

Re: Automatic ASORT()?

Posted: Thu Jan 22, 2009 9:00 pm
by wmormar
En el recurso puedes definir que no se ordene automáticamente.
saludos

Re: Automatic ASORT()?

Posted: Thu Jan 22, 2009 10:13 pm
by Antonio Linares
Moshe,

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

Re: Automatic ASORT()?

Posted: Fri Jan 23, 2009 9:04 am
by yardenmo
Thanks. It works good.

Moshe Yarden