Engineering Requirements Management

 View Only
Expand all | Collapse all

How can i get labels of doors dialog box elements?

  • 1.  How can i get labels of doors dialog box elements?

    Posted Wed December 16, 2020 05:23 AM

    DBE aa=field(mainBox, "Field_LABEL", "", 200, true)

    how can i get the string "Field_LABLE" through dxl?





    #Sustainability
    #Support
    #SupportMigration
    #DOORS
    #EngineeringRequirementsManagement


  • 2.  RE: How can i get labels of doors dialog box elements?

    Posted Thu December 17, 2020 05:38 PM

    I have no idea, I want to say you can't but I'm not 100% sure of that. If it is possible it is undocumented.

    I have always used skiplists to keep track of the UI elements, even it the GUI is dynamic it has never failed me.





    #SupportMigration
    #Support
    #DOORS
    #Sustainability
    #EngineeringRequirementsManagement


  • 3.  RE: How can i get labels of doors dialog box elements?

    Posted Tue June 01, 2021 08:05 AM
    From the help ... getDeclarationstring get(DBE date_dbe) Operation

    Returns the displayed string in a date DBE.

    getBufferDeclarationBuffer getBuffer(DBE date_dbe) Operation

    Returns the displayed string from a date DBE as a buffer.

    Enjoy ;)





    #EngineeringRequirementsManagement
    #SupportMigration
    #DOORS
    #Sustainability
    #Support