learn_ln6
16th January 2007, 07:29
Hi all

I have Create one main session and from main session i have open sub session.

when sub session is open user able to work in main session..

how can i restrict the user when sub session is open user not able to work in main session..

and after close the sub session user able to working Main session.

please reply


thanks

bigjack
16th January 2007, 07:56
Hi,

How are you starting the sub-session? You can use the standard function start.session with first parameter as MODAL to block the parent session.

Bye