TIP: Click on subject to list as thread! ANSI
echo: delphi
to: ALL
from: BERK OZBOZKURT
date: 1997-12-12 18:49:00
subject: Clear()..

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)

SOURCE: echomail via exec-pc

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.