Engineering Requirements Management

Engineering Requirements Management

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

 View Only
Expand all | Collapse all

Not able to save exported excel with dxl

  • 1.  Not able to save exported excel with dxl

    Posted Mon March 01, 2021 05:43 AM
    Module m = current string s = name(m) OleAutoObj wDocs = null OleAutoArgs args = create() OleAutoObj wApp = oleGetAutoObject "Excel.Application" olePut (wApp, "visible", "true") oleGet(wApp, "ActiveWorkBook", wDocs) oleMethod (wDocs, "Add", args) clear(args) put (args, "C:\\Export\\" s) // choose a meaningful file path oleMethod (wDocs, "SaveAs", args) oleMethod(wApp, "Quit")

    I exported a module but not able save with above dxl code. In the code line

    oleMethod (wDocs, "Add", args)

    , null parameter is passed for argument wDocs. Exported excel is not becoming active. oleGet(wApp, "ActiveWorkBook", wDocs) is not working.

    I am able to save any other excel or blank excel book but not exported excel. Exported excel is not becoming active.





    #Support
    #Sustainability
    #DOORS
    #EngineeringRequirementsManagement
    #SupportMigration


  • 2.  RE: Not able to save exported excel with dxl

    Posted Tue March 09, 2021 10:18 AM

    This product forum is intended for client to client collaboration.

    If you want to engage IBM Support, you should open a support case:

    https://www.ibm.com/mysupport/s/createrecord/NewCase





    #SupportMigration
    #DOORS
    #EngineeringRequirementsManagement
    #Sustainability
    #Support