multi window access manager screen (menu program)

Posted by RafaMass on 25-Apr-2013 14:56

I need rebuild a access manager screen ( a button menu scrren to the aplications of users), to permit open more than one program (.w) at same time.

We need that to improve the perform of system. Today every time that the user need open more one program, they open a new access manager.

If some one have a suggestion or a code...

Thanks in advance.

All Replies

Posted by Admin on 25-Apr-2013 15:03

Look for the PERSISTENT Option of the RUN Statement in your menu program.

In the programs started, the main block, should have the phrase:

IF NOT THIS-PROCEDURE:PERSISTENT THEN

WAIT-FOR "CLOSE" OF THIS-PROCEDURE.

(which is the default template for AppBuilder code).

This thread is closed