Sandy Blondino
6th July 2009, 20:34
Hello everyone,
I have a question about LN development. First of all, we don't have source code for LN6.
How do I create a pop-up message to attach to a standard session that will alert the user that he is entering the production environment when he opens that session.
I've seen it done before, but I can't remember how it was done.
When the user opens tdsmi1500m000, a custom session pops up with a simple message that says, you are in the production environment. Then the custom session goes away.

Thanks for any help on this.
Sandy

NPRao
6th July 2009, 22:04
Alternatively, you can use the Window Title in $BSE/lib/bse_vars

BAAN_WIN_TITLE=[Production]-[%S]-[%c]-[%C]-[%h]-[%f]

Use search on forum with keyword "BAAN_WIN_TITLE" to look different options for it.

peturba
8th July 2009, 11:34
Hi Sandy,

What I know is that you can define a question for a form command which is executed after the user has clicked the button or has chosen the function. This may be also a button for starting another session - but I don't know if there is a possibility to define a question while starting a session from the menu tree.

For the form commands you have to change the standard functionality so you have to customize the form/form commands (source code is not needed either).

Regs

pet