Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Session name not valid ?!?
Fri, May 25 2007 6:14 PMPermanent Link

"Royke"
I worked for days on a project, using a session called 'whatever' the whole
time. Today, I open the project, try to add some fields to a table, and get
"Session name 'whatever' not valid." message. What could that mean?

Later: I just opened the Delphi unit containing the engine, session and
database components. No changes, just open. The whole 'Session name not
valid' problem has disappeared. All working fine again.

??

RoyJ

Fri, May 25 2007 10:40 PMPermanent Link

"Royke"
"Royke" <royke@canada.com> wrote in message
news:1D04265B-14AB-4E59-9037-23E8E3C39D40@news.elevatesoft.com...
>I worked for days on a project, using a session called 'whatever' the whole
>time. Today, I open the project, try to add some fields to a table, and get
>"Session name 'whatever' not valid." message. What could that mean?
>
> Later: I just opened the Delphi unit containing the engine, session and
> database components. No changes, just open. The whole 'Session name not
> valid' problem has disappeared. All working fine again.
>
> ??
>
> RoyJ

It happens after Ctrl-F2ing out of a program, run from the IDE of Delphi. I
guess this leaves my session disconnected. Opening the unit with the EDB
components resolves the issue.

RoyJ

Sat, May 26 2007 6:42 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I worked for days on a project, using a session called 'whatever' the
whole time. Today, I open the project, try to add some fields to a table,
and get "Session name 'whatever' not valid." message. What could that mean?
>>

It means that the same-named TEDBSession component is not reachable at
design-time because the form or data module that hosts it is not open.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, May 27 2007 5:32 PMPermanent Link

"Royke"
One for the Help?

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:C19FC5FD-41BB-4C9B-B0A6-EDB64160A458@news.elevatesoft.com...
> Roy,
>
> << I worked for days on a project, using a session called 'whatever' the
> whole time. Today, I open the project, try to add some fields to a table,
> and get "Session name 'whatever' not valid." message. What could that
> mean?
> >>
>
> It means that the same-named TEDBSession component is not reachable at
> design-time because the form or data module that hosts it is not open.
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com
>

Image