VirtualTable Sorting by indexfieldnames

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
heh
Posts: 11
Joined: Mon 04 Mar 2019 10:19

VirtualTable Sorting by indexfieldnames

Post by heh » Thu 16 May 2019 10:04

Hello,

I'm trying to to manage the order of my records in my virtualtable;

I did it like that :

virtArticlesDoc.indexfieldNames := '';
// process ordering
virtArticlesDoc.indexfieldNames := 'ordre';

But when i set indexfieldNames to empty, my virtualtable is sorted..
How can i really disable the sorting..

Thank you.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: VirtualTable Sorting by indexfieldnames

Post by MaximG » Fri 17 May 2019 14:33

We have answered you in the forum. Please view the following topic:

viewtopic.php?f=5&t=34298&p=138491#p138491

Post Reply