Steve,

Is "RETURN" in the correct location.  Code starting with "LABEL" would never 
get executed is return is located where it is.

 Jim Bentley
American Celiac Society
[email protected]
tel: 1-504-737-3293



----- Original Message ----
From: Steve Breen <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Sun, November 29, 2009 4:12:45 PM
Subject: [RBASE-L] - Re: Can someone check this and see where I am getting an 
syntax error on line 5

Thanks Bill,

Yes bang head.

This fixed the issue but now I am not getting any errors but process not
working in 6.5++

Does not trace any errors.

Do you see anything odd. I have something messed up or out of order
here.





-- fswitch.ent
-- This entry eep is for switching from form to form on the fly
-- New command 11-29-09

SAVEROW
Set var vBtnFlag = 'SecondForm'
CLOSEWINDOW
RETURN

-- This code is used to call forms 

Label MainForm
EDIT USING breakdn where pon = .this_pon
if vBtnFlag = 'SecondForm' then
Run SPIDispy.rmd
Goto MainForm
Endif
If vBtnFlag = 'Quit' then
Return
Endif


Thanks Steve


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Bill
Downall
Sent: Sunday, November 29, 2009 4:18 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Can someone check this and see where I am
getting an syntax error on line 5

Steve,

I think this is a palm to forehead moment:

add the word VAR after SET

Bill


      


Reply via email to