Search results

  1. R

    List Database Tables

    Thanks, didn't know about ldbname, exactly what I was after. Will give it a go.
  2. R

    List Database Tables

    I was hoping to do it on the fly, but I think I'll have to hardcode the database names, repeat the code for each one, and do a for each as you suggest. Thanks
  3. R

    List Database Tables

    Anyone know how to get a list of the tables for a specific database if you've got several connected? For each _file will give you all tables, how would I narrow this down to a particular db? Thanks in advance
  4. R

    Help using TREEVIEW and IMAGELIST

    I created a COM project then dropped the treeview control onto it. You then use the new .ocx on your Progress form. You still get all of the original methods and triggers from the treeview. I then use a temp-table to keep track of each node. As long as you have a unique-key you can write your...
  5. R

    .Net Integration

    I recently tried using .NET but eventually figured out you could only use the old VB6 libraries to create ActiveX objects. You might as well save the trouble and just use VB6. If I'm wrong about this I'd be very interested to know as the .NET environment is great
  6. R

    Help using TREEVIEW and IMAGELIST

    I recently wrote a progress program including a treeview. I found the best way to do it was to get hold of a copy of VB6, create a COM project, create a form and then drop the ocx onto that form. You can then write all of the treeview stuff in VB and use Public Events and Public Subs to...
Back
Top