CHUI Display question

nate100

Member
I have the following sampel code:

def var x as int.
form
x with frame a.
update x with frame a.
if x = 1 then RUN test1.p.

display 'program ended' with frame b.


WHat happens is that the screen that was showing from test1.p still show and under there we have it showing : program ended in frame b.

How do I get it to show program ended on the original screen that it started from..

Meaning, have 'program ended' show it under frame a, now under the frame from test1.p.

Thanks
 
Top