IndoTech
22nd June 2016, 09:10
Hi

I have added CDF- customer defined field to table and a session for which we don't have source code.

to that field I have given a zoom session , now I wants to get the field name from which this zoom session is called

i.e field = fld1 to which a zoom session zsess1 is attached
now in zsess1 program script how I can get the zoom from field name.

Regards
Kedar

yudi-ict
2nd August 2016, 09:03
hi indotech you can add form commands and redirect to a new session
then you can add script


import("xxx.field",alias.t) |||| import from xxx.field. falue from main session
synchronize.with.child( field.proc )

field.proc=start.synchronized.child("session full name","zzzz.field.alias","zzzz.field",SINGLE_OCC)


after.program:

stop.synchronized.child (field.proc)
zzzz.field=""
stop()

JaapJD
2nd August 2016, 14:24
Use the zoomfield$ variable.