ultraz57
09-20-2006, 03:17 PM
ok, so I have a installation screen that displays radio buttons, and from that, I want to pull the results of that radio button and skip and go to a different screen. How do I do that? this is my code...
if RadioSelection == "Domestic Installation" then
Screen.Jump("Ready to Install (Domestic)");
end
if RadioSelection == "International Installation" then
Screen.Jump("Ready to Install (INTL)");
end
what am I doing wrong?
as always, Thanks!
if RadioSelection == "Domestic Installation" then
Screen.Jump("Ready to Install (Domestic)");
end
if RadioSelection == "International Installation" then
Screen.Jump("Ready to Install (INTL)");
end
what am I doing wrong?
as always, Thanks!