Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread SessionName property of tEDBSession
Sun, May 20 2007 12:09 AMPermanent Link

"Royke"
I was wondering why this is not a dropdown in the Object Inspector of
Delphi? Is the choice not restricted to what the Engine can find in its cfg?

PS - There is a Remote Login dialog (popping up at for me unexpected moments
when using Delphi): its position is DesktopCenter, should probably be
ScreenCenter.

Tue, May 22 2007 8:44 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I was wondering why this is not a dropdown in the Object Inspector of
Delphi? Is the choice not restricted to what the Engine can find in its cfg?
>>

Session names aren't stored in the configuration file.

<< PS - There is a Remote Login dialog (popping up at for me unexpected
moments when using Delphi): its position is DesktopCenter, should probably
be ScreenCenter.  >>

The login dialog is part of Delphi, so we really can't control how it
behaves or is written.  You can replace it by writing an event handler for
the OnLogin event and use your own form:

http://www.elevatesoft.com/edb1d7_tedbsession_onlogin.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image