Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Filter error
Wed, Dec 5 2007 12:04 PMPermanent Link

RB
Hi


I have 2 TEDBTable components - for example, T1 and T2 with TDatasource D1 and D2.  T2 has
a filter and D1 has its MasterSource along with 2 MasterFields.  Whenever I open T2 on a
particular form, I get the following error when I subsequently try and close the form.

'ElevateDB Error #1001 A filter error occurred(Filter not found)'

This error is only presented once and allows the form to be closed at the 2nd time.
However it is then not possible to close the application.


Cheers
Wed, Dec 5 2007 4:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ravinder,

<< I have 2 TEDBTable components - for example, T1 and T2 with TDatasource
D1 and D2.  T2 has a filter and D1 has its MasterSource along with 2
MasterFields.  Whenever I open T2 on a particular form, I get the following
error when I subsequently try and close the form.

'ElevateDB Error #1001 A filter error occurred(Filter not found)'

This error is only presented once and allows the form to be closed at the
2nd time. However it is then not possible to close the application. >>

I suspect that the issue is a closing order or creation order issue.   Could
you possibly send me the code that you're using via email ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Dec 10 2007 6:50 AMPermanent Link

RB
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Ravinder,

<< I have 2 TEDBTable components - for example, T1 and T2 with TDatasource
D1 and D2.  T2 has a filter and D1 has its MasterSource along with 2
MasterFields.  Whenever I open T2 on a particular form, I get the following
error when I subsequently try and close the form.

'ElevateDB Error #1001 A filter error occurred(Filter not found)'

This error is only presented once and allows the form to be closed at the
2nd time. However it is then not possible to close the application. >>

I suspect that the issue is a closing order or creation order issue.   Could
you possibly send me the code that you're using via email ?

--
Tim Young
Elevate Software
www.elevatesoft.com


Hi Tim

Apologies for the delay in responding.  After further investigation, it appears as you say
to be a closing/freeing order issue.
Am I correct in thinking that T2 should be closed/freed before T1.

Cheers


Mon, Dec 10 2007 12:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ravinder,

<< Apologies for the delay in responding.  After further investigation, it
appears as you say to be a closing/freeing order issue. Am I correct in
thinking that T2 should be closed/freed before T1. >>

Yes, that is correct.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image