JerryMaWang
22nd June 2011, 10:11
I need to zoom to session "tdilc4510s000" to select the run number for outbound. But the session display the run number for inbound. And I can not use the find.data to change to outbound .

Following is my code :

tdilc410.kofr= tdilc.kofr.outbound
tdilc410.runn= "1"
runtimeno=zoom.to$("tdilc4510s000", Z.SESSION, "tdhbn0101m000","tdilc410.runn", 0 )

Please see attachment for the result screen .

What's wrong with my code ?

Thanks !

mark_h
22nd June 2011, 15:24
Try this before the zoom - zoom.prog = "outbound". I found that in one of our zoom sessions. It is declared as extern domain tcmcs.str8 zoom.prog.

JerryMaWang
24th June 2011, 08:46
Hi ,Mark:

It works now! Thanks for your help !

Best Regards!