puneet.verma
24th March 2011, 08:27
Hi,
I'm facing a peculiar problem. While I'm getting the option (resizing arrows) of resizing multi occurence sessions to fit to screen as per user requirement, I'm not getting thsi option with single occurence sessions. This behaviour is common accross all sessions. I've gone through various posts but only session specific solutions are given. I cannot use any code since this behaviour is common to all single occ. sessions.

NPRao
25th March 2011, 01:58
Check the windows type of the session properties -

Possible values
Dialog
A modal secondary window, for display or which users can edit.
No Window
The window is not movable and does not contain a title.
List Window (default value)
Starts a details windows for a details session, and an overview window for an overview session. If a user zooms to the session, a browse list starts for the session.
Wizard
A wizard window starts for the session.
Parameter
A parameter window starts for the session.
Modeless window with menu (obsolete)
Modal window with menu (obsolete)
Synchronized dialog (obsolete)

puneet.verma
25th March 2011, 08:25
Hi,
I've checked that and sessions are of type dialog or list window. Its not possible to change the session type of every session. Is there no other way ?