Search results

  1. D

    How to Reprint Invoices for Orders Moved to History?

    Someone in the last 24 hrs ran the utility that changes the status for every Order from Complete to History. Now when we try to reprint an invoice is gives an error message stating the CO: xxxxxx does not exist.
  2. D

    Export a string to Excel to show as a hyperlink

    I want to export a string of data to Excel 2003 that contains the location of a file on my network (ie. file:///\\ss2\trace\text.txt ) and have Excel show it as a hyperlink so when the user clicks on the link it will open the specified file. Is this possible???
  3. D

    **Could not connect to server for database...

    When trying to make a multi-user client connection to our ERP Syteline 3.5b02a on Progress 8.2c from a client pc I receive this error "Could not connect to server for database d:\syteline.db\cdal, errno 0. (1432)."...I confirmed that the database servers are running and I can connect as a...
  4. D

    Error running MS Word 2003 Mail Merge Macro from Progress

    I receive this error message when running my progress code - "Microsoft Visual Basic Run-Time Error '5852': Requested Object is Not Available"...when I choose Debug it indicates ".Destination = wdSendToNewDocument" is the problem. The macro runs without errors when executed from Word. The...
  5. D

    Excel/ActiveX: How to move a worksheet to another workbook?

    I am having an issue with the syntax when trying to move a worksheet from book2.xls to book1.xls...progress doesn't like the 'move before' statement. /* VB CODE RECORDED FROM MACRO - * Workbooks.Open Filename:="C:\Book1.xls" * Workbooks.Open Filename:="C:\Book2.xls" * Sheets("Sheet1").Select...
Top