Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

setting default session size for a specific application \ transaction

Former Member
0 Kudos

Hi,

Is there a way to define for a specific transaction \ dialog program, a default size for the session in which it will execute? for example if I want to develop a transaction that each time it's executed it will run in a new session that is defaulted minimized to consume only half size of a full screen session, so the user could have two separate sessions open parallel on the a single view, and watch data on both sessions on the same time (with out the need to navigate between them back and forth), is there some automatic way for this, or only manually each the time the transaction is executed ?

1 ACCEPTED SOLUTION

Juwin
Active Contributor
0 Kudos

Hi Chanan, If it is a custom transaction, why force the user to open 2 sessions? Create the transaction in such a way that, he can view both data in single screen/session. Check Splitter container for examples.

Thanks,

Juwin

3 REPLIES 3

Juwin
Active Contributor
0 Kudos

Hi Chanan, If it is a custom transaction, why force the user to open 2 sessions? Create the transaction in such a way that, he can view both data in single screen/session. Check Splitter container for examples.

Thanks,

Juwin

Former Member
0 Kudos

Hey Juwin, Thanks, we did consider that as an alternative, the thing is that data is combined from both data that is maintained in standard, and customer enhanced data that need a customer transaction for retrieval. All that standard data is available on a standard transaction, We're not interested in duplicating it to our own customer screen, neither we don't want to interfere in the standard screen, so we were thinking of a solution (if possible) of opening our new customer transacting in a half size by default with each execution if you have some idea for implementing such a solution I'll be more than grateful

Juwin
Active Contributor
0 Kudos

Well, it seems like your user is too lazy to perform a few clicks. Have a look at this: Create a Hotkey to Resize Windows to a Specific Size with AutoHotkey.

Thanks,

Juwin