Help me, use VirtualTable in TcxGrid->SelectedRecordCount

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
godjif
Posts: 1
Joined: Thu 22 Dec 2005 08:45

Help me, use VirtualTable in TcxGrid->SelectedRecordCount

Post by godjif » Thu 22 Dec 2005 09:09

make Two Grid -> Grid1,Grid2 and use Two VirtualTable -> V1,V2
I make Data transfer in Grid 1 To Grid 2
with V1 To V2 and Data 1350 Recode of code

for(i=0;iController->SelectedRecordCount;i++)
{
V2->Append();
V2->..... = V1->...(i);
V2->Post();
}

by Grid1 have 1350 Recode ,But Data transfer 1306 only
I not know happen...
Help me please ,thank

Post Reply