Recent content by S.Conlon

  1. S

    Calling a web service from Excel 2003 / vba

    Greetings, I have created a web service using Openedge 10.2b which is to be consumed from an Excel addin (2003). In the proxy generator, I must specify an 'Appservice' name (which is the name of a state free appserver). In my Excel/VB project I use the reference 'Microsoft SOAP type library...
  2. S

    Explicit field names

    Greetings, If I create a (temp) table "customer" with a field "customer-name", then I can access the field using the following expression: MESSAGE customer.customer- VIEW-AS ALERT-BOX. or MESSAGE customer.customer-n VIEW-AS ALERT-BOX. etc... Is there a start-up parameter or other kid of...
  3. S

    The default title of a print operation

    Greetings, From my application, I wish to print to the MS Document Image Writer instead of to the default printer. But the file name used is the window title of the calling appliaction. So the title "Print: Debtors" is a valid window title but an invalid file name. If I look in the print...
  4. S

    Excel 2007 & ODBC

    I am using Excel 2007 to connect to a local progress database via an add-in. The add-in logs into the DB using the DataDirect ODBC driver for OpenEdge 10.0B... When I first start Excel, I can log into the DB without any problems. The "Select Data Source" screen is displayed and after I select...
  5. S

    SQL Server 2000

    I assume that you have updated you Progress configuratiuon file (by installing the Progress DataServer for SQL Server). I converted a Progress database to SQL server. I do not know if you can do this directly from AS400 so maybe you first need to create a Progress DB. Also, you should first...
  6. S

    Progress & SQL 2000

    Greetings, I hope someone can help me with the following questions. Our financial software will run on Progress (obviously), DBII and Oracle. We now want to run it on SQL server. I am using Progress version 91c. For test purposes, I have installed a local version of SQL Server 2000...
Top