Recent content by gpholman

  1. G

    Syteline 6.00.10 Automatic Login on Windows

    Solved - needed to register slutils.dll on the other server.
  2. G

    Syteline 6.00.10 Automatic Login on Windows

    Hi Does anyone have any idea how Syteline 6 determines a user's current Windows login to allow them to automatically log into Syteline? I have this working OK on one server but it doesn't work on another, so the user has to manually enter their userid and password (same O/S, same code, same...
  3. G

    9.1C dynamic buffer locks

    This has got answered on the official Progress Dev Forum. Solution: hMyBuffer:FIND-BY-ROWID(hMyBuffer:ROWID, EXCLUSIVE-LOCK).
  4. G

    9.1C dynamic buffer locks

    Thanks for your reply but upgrading is not an option in this case.
  5. G

    9.1C dynamic buffer locks

    Hi I'm doing some work on an old legacy system written in 9.1C and I need to update a dynamic buffer that is in a no-lock state - so basically I need to upgrade it to exclusive-lock. In 9.1D Progress introduced the FIND-CURRENT method which makes this easy [e.g...
Top