Re: How to sort data on grid?



Hi,

"Bpk. Adi Wira Kusuma" <adi_wira_kusuma@xxxxxxxxxxxx> escribió en el mensaje
news:4309ee19@xxxxxxxxxxxxxxxxxxxxxxxxx
>I use ADOTable to connect SQLServer 2000. When I append data (a record),
>why
> do data on DBGrid not sort immediatelly? Although, I've set its Index
> property.

How have you set the Sort property?

>And How to sort data on DBGrid immediatelly?

it does not depend on the DBGrid, but on the dataset underlying it
--
Best regards :)

Guillem Vicens
Dep. Informática Green Service S.A.
www.clubgreenoasis.com
--
in order to contact me remove the -nospam


.



Relevant Pages

  • DBGrid that sorts on titleclick without using indexes?
    ... Is there a DBGrid out there that can sort by any column Asc or Desc by ... clicking the title cell without having to have indexes for each field? ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: IndexFieldnames Sort
    ... > DBGrid? ... If the DB Grid is connected to a TADODataset with Client-side cursor (NOT ... If you want more than one field to be used in the sort, ... this will sort descending by Suburb, then for equal suburbs, ascending by ...
    (borland.public.delphi.database.ado)
  • Re: Cannot filter detail table.
    ... sort of. ... I connected the DataSet to a DBGrid. ... switch to different Master records and the DBGrid shows the ...
    (borland.public.delphi.database.ado)
  • Re: Sorting the Grid
    ... Nik Alleyne wrote: ... > Trying to sort the dbgrid by columns. ... I know in SQL Server I can sort by ...
    (borland.public.delphi.database.ado)
  • Re: Recordset & Sort
    ... While the sort order the stored procedure works for me ... The Sort property should be independent of the provider when using a client ... Dim adoConn As ADODB.Connection ... Set adoParam = adoComm.CreateParameter("@sMatterID", adVarChar, ...
    (microsoft.public.data.ado)