Re: [delphi-br] Index no CDS não funciona. O que p ode ser?

2006-05-04 Por tôpico Bruno Lichot - Micrologos
pega no historico da lista minha resposta sobre isso.. te mandei uma funçao q te ajudara mto... []´s Bruno Lichot Micrologos Dream Team Equipe Editorial ClubeDelphi DevMedia [EMAIL PROTECTED] [EMAIL PROTECTED] www.micrologos.com.br - www.clubedelphi.net - www.dugrj.com.br - Original Messa

Re: [delphi-br] Index no CDS não funciona. O que p ode ser?

2006-05-03 Por tôpico Bruno Lichot - Micrologos
eis a minha sugestão... procedure TFrmCadastro.OrdenaCDSGrid(var CDS: TClientDataSet;   Column: TColumn; var dbgPrin: TDBGrid); const   idxDefault = 'DEFAULT_ORDER'; var   strColumn : string;   i : integer;   bolUsed : boolean;   idOptions : TIndexOptions; begin   strColumn := idxDefault;   i