‎2008 Apr 24 2:37 PM
Hi,
is there a possibility to run two different programs on one screen, independantly from each other. Or is this a kind of Container in which you can run a program?
‎2008 Apr 24 8:04 PM
screens cannot be shared by 2 programs..i think..But the vice-versa is possible. What is your exact requirement ?
‎2008 Apr 25 8:14 AM
I would like to have a screen with two containers. In each of them a different report should be run, independantly from each other or from the main program. It's like multitasking, but on the same screen.
‎2008 Apr 26 1:37 PM
You might find the methods of class CL_GUI_TIMER of interest e.g. you could kick of pair of timers and have different logic run after each returns. Is that the sort of effect you want?
Jonathan
‎2008 Apr 25 6:34 PM
Use a screen with 2 subscreen, in each subscreen input the logic of the programs
‎2008 Apr 28 9:03 AM
What I want to do is having some buttons on one subscreen and on an other subscreen I want to run a logical database program.