IN 6.5++ what is the best way to open a form then close it and open
another form and then go back to the original form from a single code
file.

Wanted to test this part of line to see if form closes and nothing
happens. Question here is will this closewindow command work in 6.5++
and will the screen blank when it is run. does not seen to do anything.

SAVEROW
Set var vBtnFlag = 'SecondForm'
CLOSEWINDOW

 

The old line of code is listed below:

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

SAVEROW
clear var vBtnFlag
set var vBtnFlag = null
set var vBtnFlag = 'SecondForm'
CLOSEWINDOW

-- if vBtnFlag = 'SecondForm' then
-- Run SPIDispy.rmd
-- if vBtnFlag is null
-- EDIT USING breakdn where pon = .this_pon
-- endif
-- endif
-- Return

 

 

 
Stephen Breen
CDI Services, Inc.
3610 Deahl Ct.
P.O. Box 3838 - 46619
South Bend, IN 46628
574-532-7445 - Cell - Call this 1st if not Road Support Business
 
800-492-8135 Ext 207
Fax: 574-247-4631
www.911roadrepair.com <http://www.911roadrepair.com/> 
[email protected]
 
 

Reply via email to