Search results

  1. Z

    Buffer-replace

    Progress 9.1D I'm looking for something that would replace the record in one buffer for the record of another buffer. Kinda like the buffer-copy statement but with the option to replace the record if it already exists. Anybody seen code that would do something like this ? The intent is to...
  2. Z

    Schema changes in multi-user mode

    Hello fellow peggers, I heard thru the grape vines that version 9.1D of Progress allowed schema changes to a database opened in multi-user mode, and with users accessing it. Apparently you can check if a particular table is in use, and if not you can put a table lock on it, make your...
  3. Z

    Override system-default popup-menu

    How can I create a popup-menu that will override the system-default popup-menu that exists on fill-ins, without having to modify all my code.
  4. Z

    Listview with Large icons

    Hi all, My application is using a treeview combined witj a listview and imagelists. Everything works fine except for one annoying problem. I have a pulldown menu that allows the user to decide the view method. The choices are : Small icons, Large icons and List. When we select Large icons...
Top