Search results

  1. c_verbiest

    Answered How to "prodict" without 4GL Development Kit?

    PCT has targets for dumping & loading data & definitions, see Home. PCT is shipped with recent OpenEdge versions For specific dump & load needs, I created code Using the OpenEdge.DataAdmin.* packages. Unfortunately those are largely undocumented, it required a couple of tech support cases...
  2. c_verbiest

    Question How much free information is too much?

    I added it as an optional component to https://github.com/cverbiest/dbanalys-charts . I hope this is OK, if not I'll remove it again.
  3. c_verbiest

    Detect unchanged objects (RTB Newbie)

    We have a task containing 230 sources (a complete workspace module) where most objects have not changed. All sources were checked out to prevent anyone else from changing that module. Now I would like to complete this task without creating new versions for the unchanged sources. I there a...
  4. c_verbiest

    printing to COM1 results incomplete page

    the Sysinternals site contains a free port monitor program, this may help you to verify if the data is actually sent to the serial port. Start the program and the capture before sending data. http://www.sysinternals.com/ntw2k/freeware/portmon.shtml
  5. c_verbiest

    Invalid Ignore list

    On most post I get the message : This person is on your Ignore List. To view this post click As far as I can remember I have never added anyone to an ignore list. Is there a way to clear the complete ignore list ?
  6. c_verbiest

    procopy performance question

    I've encountered the following : PROGRESS PATCH Version 9.1B19 as of May 23, 2001 WARNING: Before-image file of database ..\data191001\LISAL is not truncated. (1552) Formatting extents: size area name path name 8 Primary Recovery Area D:\appl\data\LISA.b1...
  7. c_verbiest

    Expanding environment tips

    I was looking for a way to expand strings containing environment variables (DOS/windows style), when I did not find one I wrote a function in 4GL to do the job. %% is replaced by % %name% is replaced by os-getenv("name"). Sample code in attachment
  8. c_verbiest

    window-state does not work from listview DblClick trigger

    Changing the window-state of a child window (window-state = 3) to restore it, does not work when the code is fired from within a DblClick trigger on a listview, the same code executed from with the KeyPress trigger works fine. I have this problem in Progress 8.2 through to 9.1A with...
Top