Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Error message in EDB-Manager
Thu, Mar 20 2008 12:41 PMPermanent Link

Uli Becker
I pasted a text into the Stored procedures-sql-editor.

BEGIN
DECLARE Result CURSOR WITH RETURN FOR Stmt;
....
==> DECLARE iMahnfristInkasse Integer;  <== Mistype here (Inkasse
instead of Inkasso)
PREPARE Stmt FROM
'select Mahnfrist1, mahnfrist2, mahnfrist3, mahnfristinkasso
from Optionen';
Open Result;
....
Fetch First from Result(Mahnfrist3) into iMahnfrist3;
==> Fetch First from Result(MahnfristInkasso) into iMahnfristInkasso;
<== correct
END

When clicking on OK I got the message: "Cannot focus a disabled or
invisible window."
I t took me some time to find out that the reason was a mistake in the
code (that happened to me a couple of times).

Regards Uli
Thu, Mar 20 2008 3:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Uli,

<< When clicking on OK I got the message: "Cannot focus a disabled or
invisible window." >>

I think this is already fixed for 1.09, but I will double-check before it
goes out.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 20 2008 3:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Uli,

BTW, is this with a remote session or a local session ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 20 2008 5:46 PMPermanent Link

Uli Becker
Tim,

> BTW, is this with a remote session or a local session ?

It's a local session.

Regards Uli
Image