John Fligg
09-24-2004, 06:10 PM
I want to display one of 2 license screens depending on the selection of a country. In SUF6 this was easy - just use the ScreenCondition box.
I tried putting the following in the preload area of the screen but it does not work. Any ideas please?
result = SessionVar.Get("%ListBoxSelection%");
if result ~= "United Kingdom" then
Screen.End();
end
I LOVE SUF7 but it really is like starting again. Very powerful but just in the area you want to convert from SUF6 it fails. Not to worry.
John
I tried putting the following in the preload area of the screen but it does not work. Any ideas please?
result = SessionVar.Get("%ListBoxSelection%");
if result ~= "United Kingdom" then
Screen.End();
end
I LOVE SUF7 but it really is like starting again. Very powerful but just in the area you want to convert from SUF6 it fails. Not to worry.
John