Search results

  1. L

    Add new variable database extent and give previous var extent a fixed size

    I have a database with 14 fixed extents of 2Gb and 1 variable overflow extent. The variable extent is getting used now so I want to add some new extents. But when I add a new variable extent, the current one will be made 'fixed' with the current size. Is there a way to make this previous...
  2. L

    Connect to outlook application from batch progress session fails

    At our office we use a terminal server for the UI side and an application server where databases, appservers and progress batch sessions run. Both servers run on Windows server 2008 and OpenEdge 11.2 (32-bit). Also installed is Office 2010 (32-bit). The progress batchsessions are triggered by...
  3. L

    Openedge 11.2 on Windows Server 2019

    Does anyone know if Openedge 11.2 will run on Windows Server 2019?
  4. L

    Error when using word mailmerge in the background

    I'm using some code I found to perform a word mailmerge in the background. This merges a word template.doc with a datafile.csv and creates a document per datarecord and saves it as .pdf. It has a surrounding FOR EACH loop on a temp-table with the savenames, datafilenames etc. /* Start word...
  5. L

    Progress 9.1D and Firebird ODBC 1.2.0

    Is there anyone out there who has established a working connection with a Firebird DB through the Firebird ODBC v1.2.0 ? I've configured the ODBC and created an empty schemaholder. I can connect to the Firebird DB through the Data server utility, but when I select the tables I need in my...
Top