nolihayati isma
1st August 2013, 11:06
Hi All,

How to call and auto pop up sub-session in session.

eg:
Main session service order : tssma3101m999 and there is button name as "change status". This button's function is to change the status order from 'in progress" to 'completed' but before the status changed, i need to auto pop up sub-session "Recalculate". Once done, status will be changed.

My query is how to call the sub-session "recalculate" in program script?

Ankita Patel
1st August 2013, 11:55
Hi,

use zoom.to$() to start subsession in before.choice section

means if you want to popup session from button user.0 then

choice.user.0:
before.choice:
zoom.to$(for subsession popup )
on.choice:
code to change status

string zoom.to$( string process(14), long zoomcode, string zoomname(18), string returnfld(18), long formpos )

for reference use programmer's guide

baan.kmurali
1st August 2013, 15:11
zoom.to$("tesls5197s000",z.session, "", "", 0)

Regards,
Murali
CBE

vamsi_gujjula
1st August 2013, 15:40
for LN ,start.session

nolihayati isma
2nd August 2013, 05:58
Thank you for all replies......the solution workable.


if tssma301.swor = tssma.swor.execution then
zoom.to$("tsrep1100s001",z.session, "", "", 0)
endif