adi28_rai
23rd October 2010, 09:02
how to open session from standard session
bdittmar
23rd October 2010, 14:40
how to open session from standard session
Hello,
read and search the progguide before posting and avoid double posts, please.
Also use the SEARCH.
There's a lot of ways to do.
Depends on your requirement.
E.g.:
BaanERP Programmers Guide
start.session()
--------------------------------------------------------------------------
Syntax
string start.session( long mode, const string session.code, const string zoomname, const string returnfld )
Description
This starts a session from a program script.
But run session from standard session directly you need SOURCE !
If you know the export variables, you are able to attach your session to a menue of the standard session if available.
a.s.o.
Regards