blanchap
5th February 2015, 21:16
Hi,
is there a way to log a user directly into a session instead of a menu?
I want a user to go directly into a specific session when he logs in Baan.
Regards.
Pat
mark_h
5th February 2015, 23:07
Yep - I believe if you just put the session into the command line of the bwc file it will just launch that session. I will have to go check some bwc files.
mark_h
5th February 2015, 23:20
Yep - try a bwc with the session name in the command. Now the only problem is the menu is not available to you. Not sure what your requirements are.
bhushanchanda
6th February 2015, 11:06
Hi,
If on LN, you can use Startup Sessions. Which will enable menu as well. But, I am assuming you do not need to have menu so you can go with configuring the bwc properties and add the required session in the command.
bdittmar
6th February 2015, 12:50
Hi,
If on LN, you can use Startup Sessions. Which will enable menu as well. But, I am assuming you do not need to have menu so you can go with configuring the bwc properties and add the required session in the command.
Hello,
in BaaN IV you have to use something like :
-- -set PACKAGE_COMP=4c4euro -set BSE_COMPNR=113 tiitm0501m000
as BShell-Environment Command.
BIV is started with "Display Items" (tiitm0501m000)
Regards
bhushanchanda
6th February 2015, 13:02
Hello,
in BaaN IV you have to use something like :
-- -set PACKAGE_COMP=4c4euro -set BSE_COMPNR=113 tiitm0501m000
as BShell-Environment Command.
BIV is started with "Display Items" (tiitm0501m000)
Regards
Or just the session code tiitm0501m000 if you do not want to set other properties.
blanchap
6th February 2015, 16:33
Thank you all for the replies.
I'll try them.