Update record on virtual table

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

Update record on virtual table

Post by ben » Sun 25 Sep 2005 11:36

Hello,

I have a virtual table with 100 records.

The user is currently navigating in table and he's on Record 15 at this time.

I want in background to update record 25 without interrupt him. Can i update a specific record without using "Locate" at all ?

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 26 Sep 2005 11:28

No, TVirtualTable does not provide this functionality. But you can prevent disadvantage by calling DisableControls/EnableControls

Post Reply