Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread OnDataLost event is not executed in C/S
Thu, Jul 6 2006 12:57 PMPermanent Link

Bernd Kuhlmann
Hi,

there seems to be a small bug in the client/server version.

I have a table with duplicate records in the field id and if i add a new
index with

tb.AddIndex('','id',[ixPrimary]);

the onDataLost event is executed in the filebased version as expected.
But if i try the same with C/S the index is simply created and the duplicate
records are deleted.


Bernd Kuhlmann


Thu, Jul 6 2006 2:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bernd,

<< there seems to be a small bug in the client/server version.

I have a table with duplicate records in the field id and if i add a new
index with

tb.AddIndex('','id',[ixPrimary]);

the onDataLost event is executed in the filebased version as expected. But
if i try the same with C/S the index is simply created and the duplicate
records are deleted. >>

Thanks, more than likely the problem is that the OnDataLost event is not
being hooked as necessary.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image