Automatic ASORT()?

Post Reply
yardenmo
Posts: 33
Joined: Tue Aug 12, 2008 7:08 am

Automatic ASORT()?

Post 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
User avatar
wmormar
Posts: 1050
Joined: Fri Oct 07, 2005 10:41 pm
Location: México
Contact:

Re: Automatic ASORT()?

Post by wmormar »

En el recurso puedes definir que no se ordene automáticamente.
saludos
William, Morales
Saludos

méxico.sureste
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Automatic ASORT()?

Post by Antonio Linares »

Moshe,

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

Antonio Linares
www.fivetechsoft.com
yardenmo
Posts: 33
Joined: Tue Aug 12, 2008 7:08 am

Re: Automatic ASORT()?

Post by yardenmo »

Thanks. It works good.

Moshe Yarden
Post Reply