Equipment Reference to Popup(s)

Hello All

i would like to ask you if it's possible to make a Equipment item reference in a Popup Page like that we can use in a Faceplate:

The scope is to open a few popups pages related to a equipement.

At moment we are using the function AssVarTag to pass the tags for Popups. 

 

 Thank you

Parents
  • I'm a bit confused. You already use equipment references in your first popup. The only thing you have to do is associate the existing equipment reference to the next pop-up. There is no need for associating the individual tags using AssVarTags (except maybe TrendTag).
    You can use AssChain(-2, WinNumber(), 0) to copy all associations (including the equipment reference) from the current window to the next popup. In your child popup you can then use the same ?__EquipmentRef?.<item> notation like in your main popup.
    For more info look at the AssChain, AssChainPage, AssChainPopUp, AssChainWin ans AssChainWinFree functions in the Help.
Reply
  • I'm a bit confused. You already use equipment references in your first popup. The only thing you have to do is associate the existing equipment reference to the next pop-up. There is no need for associating the individual tags using AssVarTags (except maybe TrendTag).
    You can use AssChain(-2, WinNumber(), 0) to copy all associations (including the equipment reference) from the current window to the next popup. In your child popup you can then use the same ?__EquipmentRef?.<item> notation like in your main popup.
    For more info look at the AssChain, AssChainPage, AssChainPopUp, AssChainWin ans AssChainWinFree functions in the Help.
Children
No Data