Search results

  1. Z

    Why Is Progress Still Here?

    You guys made my day. Long live Progress and all of us peggers :)
  2. Z

    Buffer-replace

    Thanks Just got a call from Progress stating the same thing. My routine was not using a find-unique method prior to using the buffer-copy method. I will test this out and try it. I am certain that this will do the trick. Thank you all for your help.
  3. 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...
  4. 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...
  5. Z

    Override system-default popup-menu

    Thanks, it works great. (except for fields that are in a prompt-for editing loop, but you can't win them all) :)
  6. Z

    Listview with Large icons

    I thought I fixed the problem but I didn't. It just seemed that way. So I think I'll just give up and let the ListView do it's own thing. Thanks all. :blue:
  7. 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.
  8. Z

    Listview with Large icons

    I fixed my problem buy setting my ListView:View method to 2 (List) before populating the listimtems. And then I change the view method to the user selection. It works but I should not have to do this. It must be another Microsoft undocumented feature. Thanks for your help.
  9. Z

    Listview with Large icons

    Hi all The first thing I do with my ListView is set the BorderStyle to 0 and Arrange to 2. I put messages in my code after each ListItems:Add() statement to show the value of ListItem:Left which is supposed to be the number of units from the left edge of the container. The first icon is 16...
  10. Z

    Listview with Large icons

    Thanks Gabor for the info. (BTW: I'm using ListView Activex Control - Version 6 (SP4) from Microsoft) I checked the frame and the pixels are indentical for virtual and non-virtual dimensions. And even if they were not, the scrollbar would appear in the frame, not in the listview. The...
  11. 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