Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Session Question
Thu, Feb 8 2007 5:17 PMPermanent Link

Stephane Lariviere
The question is about Session, I have a main form with a Session Object Active for design
time so i can acces data from my server in design. But before to make version to
distribuate to my customer,
i have the obligation to disable the session object. How can have a session open when
design and close when compile?
Fri, Feb 9 2007 4:13 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Stephane


Install GExperts it has a function to alter properties of objects.

Roy Lambert
Fri, Feb 9 2007 3:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stephane,

<< The question is about Session, I have a main form with a Session Object
Active for design time so i can acces data from my server in design. But
before to make version to distribuate to my customer, i have the obligation
to disable the session object. How can have a session open when
design and close when compile? >>

Simply use a TDBISAMSession.OnStartup event handler to always set the
session properties as required at runtime right before the session is
activated:

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

--
Tim Young
Elevate Software
www.elevatesoft.com

Image