Search results

  1. R

    daylight savings time

    Hi, I'm not exactly sure if this is Progress related, but we've currently had a problem with our customers' TNET time not automatically move with Daylight Savings Time. I wasn't sure if this is a Progress problem, since the regular Windows time changed accordingly, but the time in our...
  2. R

    record locking problem

    Hi, I'm having a problem with a piece of code that is supposed to allow more than one user to copy a record from the same screen at the same time. It should look at the last_ord_num variable and automatically increase the order number by one every time another user goes into the screen. The...
  3. R

    windows temp directory

    Hi, I need to tell a program that I'm working on to save a file to the current user's windows:\temp directory. I remember hearing of code that lets tells Progress which version of Windows is being run (so it knows what directory to save to), and was wondering how to do so.
  4. R

    system crash

    Hi, I was wondering if there is a utility and/or command that can be used to kill a user when their PC crashes and a record is still locked?
  5. R

    Making windows/tabs not sensitive

    Hi, I have a program that contains 3 different windows, with tabs to switch between the three. When I click a certain button, I need to have the three windows, including the tabs to not be sensitive. I can make the windows sensitive with no problem, but when I tell the tabs to not be...
  6. R

    Window question #3

    Hi, I was wondering if there's a way to set up a window so you can't move it across the screen.
  7. R

    Window question #2

    Hi, I have a few programs that call a second window by clicking a button, and was wondering if there's a piece of code that I can add to the second window that will tell it to close if I exit the first program.
  8. R

    Window problem

    Hi, I was wondering if there's a way that I can make a normal Progress window act like a dialog box, where it doesn't let you click outside of the box. It doesn't seem to work right as a dialog box, but I need it to stay in front of all of the other screens.
Top