Search results

  1. M

    Answered Hanging AppServer

    We currently have a customer whose application hangs most mornings not allowing log in. Stopping and restarting the AppServer seems to fix this. I've put debug into the offending routine outputting this to the AppServer log. Unfortunately the debug seems unhelpful as it indicates that the...
  2. M

    South Wales

    Following a conversation with my wife a couple of months ago I've periodically tried to find out whether there are any users of Progress in South Wales. If there are then Google searches don't seem to have found them for me. Do any of you know of any? Ta Matt
  3. M

    Suppressing SYSTEM ERROR 22

    While running the assign rcode-info:file-name = cFile no-error. command across a somewhat flakey network I occassionally (rather too occassionally!) get a SYSTEM ERROR: I/O error 22 in readit..... Do any of you know a way that I can trap this error (suppressing the message) so that I can...
  4. M

    Checksum validation

    One of our servers shutdown when it ran out of memory. Once it was rebooted we went to restart the database and got a couple of errors like the one below: BROKER 0: (14410) Checksum validation of dbkey 407113024 block type 2 in area 23 does not match data. Expected: -5577 received 21849...
  5. M

    OS-Error: Unmapped error

    When using the os-copy command to copy a file to a remote server I am checking the os-error to report any failures. Many of these return "Permission denied" which is good - at least it shows that it's working :) However, some files return the os-error 999: Unmapped error. I'm able to...
  6. M

    RCode-Info:Table-List

    I have been using rcode-info to identify tables that reference particular tables in order to give us an idea of how many files will need to be compiled following a DB change. This works well on the server where all our routines connect directly to the DB and so the rcode contains a reference to...
  7. M

    Bookmarks in Word 2007

    I'm trying to insert/read values from bookmarks in Word 2007. I recorded the macro to do this and translated it into Progress code and got as far as: define variable chWord as com-handle no-undo. define variable chDoc as com-handle no-undo. define variable chBookmark as com-handle no-undo...
  8. M

    Browse Drag & Drop

    Is it possible to use the drag & drop ability between two Progress browsers please? If so, do any of you kind people have a simple code example.. Many thanks, Matt Oops, should have mentioned it's on version 10.1B :)
  9. M

    Selection.Find in Word 2007

    I have opened a Word document and would like to find a string ("{ClientName}") within this document and replace it with another string. The macro code looks something like: Selection.Find.ClearFormatting With Selection.Find .Text = "{ClientName}" .Replacement.Text = ""...
Top