Engineering Requirements Management

Engineering Requirements Management

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Arguments and return value for oleActivate?

    Posted 08/27/20 09:40 PM

    There are two forms of the oleActivate function. The first, simply takes an object, activates OLE stored in "Object Text" and returns whether the OLE was successfully activated. The second form takes an Object, a Column and an integer index. It returns a string. I have two questions.

    What is the index for? The DXL 9.6 manual states it is for "position", but I don't know what that means.

    The second question is, what is the string return value for? The DXL reference manual does not say. Any help is greatly appreciated.

    Here is the full quote from the DXL manual about this function:

    "The second form activates the OLE object at position index in the column c, for the object o. "

    Thanks





    #SupportMigration
    #DOORS
    #Sustainability
    #Support
    #EngineeringRequirementsManagement


  • 2.  RE: Arguments and return value for oleActivate?

    Posted 09/02/20 12:40 PM

    Since an object can have more than 1 OLE object the position just lets you select which OLE you want to activate.

    I don't know for sure but the string return is most likely return null if it succeeds or an error if it fails. That is very common in DXL.





    #EngineeringRequirementsManagement
    #Support
    #Sustainability
    #DOORS
    #SupportMigration