Close frame and return to previous

Yohn

Member
Hy!

I created in appbuilder one program, and in that window i have button Change. This button works ok, but problem is Quit button in that change application. When I hit button Quit it leaves that program, and the other one. I want to go to the oder one not quit all frames and programs.

Code:
on choose of btn_exit do:
quit.
end.

:mad:
 
If it is window it should work. If it is multiple frames then u have to hide the active frame.
MOVE-TO-TOP() and MOVE-TO-BOTTOM() methods or the HIDE and VIEW
statements to manipulate the frames at runtime.
Regrds
Philip P oommen
sorry!
it doesn't work, but thanks anyway.
 
Back
Top