PDA

View Full Version : Was Session Variables in Preload Events ever fixed??...


WillBellJr
09-18-2008, 12:50 PM
Hi, I'm currently scripting a new installation and I'm using code from a previous, successful installer.

I see in my comments that I had to create GLOBAL string variables because creating and assigning session variables in a Screen's PRELOAD event wasn't working properly.

I'm wondering do I still need to do this (I'm using Version 7.0.6.1) in my new installer? (I'm not at the point of running this and trying it yet.)

Was this ever addressed in version 8?

Any info appreciated!

-Will

WillBellJr
09-22-2008, 10:25 AM
Great support IndigoRose. :rolleyes

Certainly makes me feel all warm and fuzzy recommending to my manager to upgrade our v7 to version 8 or MSI factory. :o

-Will

jassing
09-23-2008, 11:55 AM
the forums are mostly user-to-user based.
If you look at the sf8 forums, they're very active.

Filing a support case with IR usually gets a response w/in a day.

jassing
09-23-2008, 11:56 AM
Hi, I'm currently scripting a new installation and I'm using code from a previous, successful installer.

I see in my comments that I had to create GLOBAL string variables because creating and assigning session variables in a Screen's PRELOAD event wasn't working properly.

I'm wondering do I still need to do this (I'm using Version 7.0.6.1) in my new installer? (I'm not at the point of running this and trying it yet.)

Was this ever addressed in version 8?

Any info appreciated!

-Will

Yes; the way the screen works is that the screen if "created" 1st, then "preload" is run -- so the session var needs to exist prior to the actual screen being created...

WillBellJr
09-24-2008, 10:44 AM
Thanks for your time answering my question.

-Will