Indigo Rose Software
  #1  
Old 10-20-2004
DAK DAK is offline
Forum Member
 
Join Date: Jul 2004
Posts: 9
Screen.Jump

I seem to be doing something wrong.

-- Welcome to setup screen when Next button pressed
My script looks something like this:
-- if bFlagA or bFlagB then go somewhere else
if bFlagA then
Screen.Jump("Screen_A")
elseif bFlagB then
Screen.Jump("Screen_B")
end

-- if not bFlagA and not bFlagB then continue the script here
-- more script that should only be processed if bFlagA and bFlagB are both false.

The script here is being precessed even when bFlagA is true or when bFlagB is true.

Debug trace shows the program going to "Screen_A" on preload and then coming right back to this screen "Welcome to setup" on next.

Same type of thing happens when bFlagB is true.

Any suggestions,
Dave
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 05:06 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software