Hello All,
Actually I'm using C++B but I think as the problem is with VCL wrapper
functions or BDE itself so, you may help me..
When I clear a data aware control using Clear, changes are not posted if I
post it without any changes, I mean:
PlayersTable->Edit();
PlayersTableAssignedPlayersMemo->Clear();
PlayersTable->Post();
code does not clean anything, but if I change it to this:
PlayerTable->Edit();
PlayersTableAssignedPlayersMemo->Clear();
PlayersTableAssignedPlayersMemo->Lines->Add("");
PlayersTableAssignedPlayersMemo->Lines->Delete(0);
PlayersTable->Post();
it works.. why? is this a bug? if it is, is it a VCL, BDE or C++B bug?
--- GoldED/386 2.50.A0715 UNREG
---------------
* Origin: void BBS where nothing but (2:431/327)
|