Search results

  1. C

    .net datasets datagrid ADO

    Hi, I'm evaluting using .net with progress (check to see if grass is greener). I started by getting the openlink ADO driver etc. I can populate a datagrid fine with data from one of our products tables, however the the datasets seem to require a complete "fill". How do you use a datagrid...
  2. C

    PEG Rantings

    Why do the politic threads get imported? I come to the on to the Progress Talk to find out about Progress not see threads about Americans whinging about themselves and the rest of the world.
  3. C

    NT different users duplicate PIDs

    We are having a problem on one of sites - Progress 8.2c NT server. When we promon the database we get different users (remote clients) with the same PID. Example: - Use PID Time User ID 126 2560 Mon Feb 3 08:09:39 2003 acmecell EU-BLP-PC012...
  4. C

    AVI width and height? - example

    /*************************************************************************************** ** ** P R O C E D U R E ** ----------------- ** ** File: general/getavisz.p ** ** Author: Chris Paulson ** ** Date: 25-Apr-02 ** ** Description: Get the size...
  5. C

    Get MAC address

    If anyone is interested I have written a free VB ocx which you can use from Progress to get a network card mac address. This works on most windows OS's unlike some examples floating around. email me if you want a copy emailed to you. HTH
  6. C

    Index usage - dumb DB

    The database is a bit poor on index usuage and therefore has bad performance. If I had a table with three fields a,b,c and I had an index on those three fields I could use a query like: - for each table where (a = 1 ) and (b = 1 ) and (c = 1 )... and it would use an index - easy...
  7. C

    Graphics/Animation

    Does anyone know of a web site that supplies GIFs/AVIs for the flying folders etc that you get when doing copy in explorer etc. I would like to do flying files etc when doing length DB access. TIA
  8. C

    Whats new in 9.1C?

    Whats new in 9.1c Is there a list of things anywhere? Could anyone post a list?
  9. C

    vmstat and IO wait

    Our company has had a problem on a customer’s site. The site has been complaining about very poor system performance. The site (details don’t matter that much in this question): F50 dual processor AIX 4.2.1 0.75 gig memory 5 SSA disks 100mb network card I started looking at site and...
  10. C

    PF files and explorer

    I am using progress explorer to admin our DBs. However I wish to specify some params not in the explorer dialogs. This means I need to use .pf files. How can you use pf files with explorer/admin tools?
  11. C

    ListView Ocx tooltips

    Has anyone worked out how to give tooltips against the icons in a list view. The OCX in mscontrl has a tooltip property but this seems to do nothing. TIA
Top