Recent content by Lukky

  1. L

    Overlay a Combo-Box over a browse

    Hi all, The Progress Programming Handbook says that it is possible to overlay a Combo-Box over a Browse widget to let the user select values from the Combo-Box. I have tried the sample code, made for an overlay check-box but modified to use a Combo-Box, but I'm running into problems when...
  2. L

    MS TreeView keeps collapsing

    Hello all, My app uses the MS TreeView OCX, but strangely enough, whenever the user clicks on a node (or uses the arrow keys to navigate the tree), the unselected nodes keep collapsing, which is not what I want. I'd like for the TreeView to always be expanded all the way to the lowest...
  3. L

    please help with SQL statement

    You are missing a closing bracket after your IN subquery.
  4. L

    Common Dialogs

    Wow !! I was trying to do exactly that with the common dialog OCX, and I did get it to show up and all, but whenever the user clicked the CANCEL button, an error message box would show up. I'm very pleased that Progress provided us with a native interface to the Windows Common Dialogs...
Top