Search results

  1. R

    Answered Use of DFS pointers and Excel Issues

    Here you go. Windows Server 2003 Progress v10.2 Excel 2003 ASSIGN xnewFileName = "<DFSPOINTERNAME>" + "\CUSTOMERS_NAME\" + "\Reports\xfilename.xls". CREATE "Excel.Application" chExcel. chExcel:Visible = true. chWorkBook = chExcel:WorkBooks:open(xnewFileName). /* we have to do this...
  2. R

    Answered Use of DFS pointers and Excel Issues

    Hello, We recently changed a program from looking at a hardcoded path name to a file to to a new DFS named path to the same file. The code that accesses the Excel file (it assigns a value to a cell in the file) and the macro inside the Excel file no longer execute. If we return the code to...
Top