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.

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.