Ops, Please note I am doing this in 6.5++
Can someone check this and see where I am getting an syntax error on line 5 -- fswitch.ent -- This entry eep is for switching from form to form on the fly -- New command 11-29-09 SAVEROW Set vBtnFlag = 'SecondForm' CLOSEWINDOW RETURN -- The code that calls your form would look something like this Label MainForm EDIT USING breakdn where pon = .this_pon if vBtnFlag = 'SeconForm' then Run SPIDispy.rmd Goto MainForm Endif If vBtnFlag = 'Quit' then Return Endif Thanks Stephen Breen

