Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Error only on c/s
Thu, Apr 7 2011 12:40 PMPermanent Link

Hershcu Sorin

Hello

I have this code:

if tbTable.CachingUpdates then
     tbTable.ApplyCachedUpdates;

On f/s mode it's run fine. On c/s mode it's raise a AV error.

I'm using ver 2.05b4

Thanks Sorin

Thu, Apr 7 2011 12:47 PMPermanent Link

Hershcu Sorin

> if tbTable.CachingUpdates then
>      tbTable.ApplyCachedUpdates;
>
> On f/s mode it's run fine. On c/s mode it's raise a AV error.
>
> I'm using ver 2.05b4

More info:

It happened only when I run the app from the IDE.
When I run the exe it's run ok

Sorin

Wed, Apr 13 2011 4:34 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sorin,

<< I have this code:

if tbTable.CachingUpdates then
     tbTable.ApplyCachedUpdates;

On f/s mode it's run fine. On c/s mode it's raise a AV error. >>

If you can isolate this down to a sample project, please send it to me.  I
cannot reproduce this here with a simple example, so there must be something
that I'm missing.

--
Tim Young
Elevate Software
www.elevatesoft.com


Image