Search results

  1. 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...
  2. 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 ?
  3. 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...
  4. 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
  5. 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