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
  • Hello Patrick

    thank you for your suggestion.

    //--------------------------------------
    //Display o Super Genie
    Ass(-2,"Equip",ClusterFirst() + "." + sEquip,0);
    WinNewAt(sPage, Xf, Yf, 2);
    WinPos(Xf, Yf);

    //Encontra nome da Cela através da Cela.
    sTag = EquipGetProperty(sEquip, "TagPrefix");
    sComment = EquipGetProperty(sEquip, "Comment");

    CellName = sTag + " - " + sComment;

    AssTitle(4,CellName);

    it's work.

    Regards
Reply
  • Hello Patrick

    thank you for your suggestion.

    //--------------------------------------
    //Display o Super Genie
    Ass(-2,"Equip",ClusterFirst() + "." + sEquip,0);
    WinNewAt(sPage, Xf, Yf, 2);
    WinPos(Xf, Yf);

    //Encontra nome da Cela através da Cela.
    sTag = EquipGetProperty(sEquip, "TagPrefix");
    sComment = EquipGetProperty(sEquip, "Comment");

    CellName = sTag + " - " + sComment;

    AssTitle(4,CellName);

    it's work.

    Regards
Children
No Data