hi passing value between two viewers in (Dynamics)

Tharanga herath

New Member
hi,
1. I have a folder with 2 pages
2. page one contain viewer X and
3. page two contain viewer Y
4. ( both viewers are belong to different sdo's
5. in the save time Automatically tab is anable to page 2
4. so i need to get the values in viewer x to viewer y at this poin
any one who knows how to do it pls let me know
 
because you want to save changes in both viewers at the same time ?

or you just need the values in the other viewer for display ? and are the viewers dependent and always used together ?
 
because you want to save changes in both viewers at the same time ?

or you just need the values in the other viewer for display ? and are the viewers dependent and always used together ?

thanks for the Reply.
I just wont to display the values in second viewer.
bot viewers are belong to saparate SDOs.
 
i'm sitting infront of a chui monitor at the moment but, i think, you can use the widgetValue( "<widget name>") function

you can either use the widgets name, for example, widgetValue( "name" )

or if you qualify if it with an object, for example, widgetValue( "viewer.name" ) the function will look in the "viewer" object that is in the same container, i think.

i'll have a look at the adm/dynamics docs later.


you could also walk the links from the viewer to the container and to the other viewer and access the fieldHandles.

it would be nice if Mike Fechner from www.extreme-dynamics.org would come and visit every once in a while :)
 
i'm sitting infront of a chui monitor at the moment but, i think, you can use the widgetValue( "<widget name>") function

you can either use the widgets name, for example, widgetValue( "name" )

or if you qualify if it with an object, for example, widgetValue( "viewer.name" ) the function will look in the "viewer" object that is in the same container, i think.

i'll have a look at the adm/dynamics docs later.

you could also walk the links from the viewer to the container and to the other viewer and access the fieldHandles.

it would be nice if Mike Fechner from www.extreme-dynamics.org would come and visit every once in a while :)

thanks for the infor.

I have new to the dynamics and adm

can you tell me how to take the handle of a viewer , sdo , that is not in the same viewer
say
if I wont to take the handle of the viewr x when I in the viewer Y super procedure.
if you can sed me the sample. I am really stuck her.
 
Back
Top