Recent content by Mike Smith

  1. M

    How to Inherit stty rows/columns values during Progress startup?

    Ok, this seems to work if I start progress from scratch. What about switching modes during a session. For example I have one screen that displays much better as a 132 column screen (no wrapping needed). But when I issue a 'terminal = "vt420w".' command within the application I get a 132...
  2. M

    replace large amount of data

    Thanks for the information, but I'm not quite sure I understand what you mean by a whole-index scan. When I run a test against my system on a table with 4.5 million qualifying records, I only see a 7 second difference between an inequality match and a range match (99 seconds vs. 92 seconds)...
  3. M

    replace large amount of data

    Hi, Looking at the code in your first post, you find the prime-index for each file but that doesn't necessarily mean that the index has anything to do with your prod_code. That means that your later queries are using an index that may be unrelated to what you want. For example lets say...
  4. M

    frame problems when page display takes awhile

    update to "frame problems when page display takes awhile" While I haven't figured out the original problem, I have found a solution that seems to work better overall. The page was originally developed using <input type=image ....> tags to simulate button presses using custom images. The...
  5. M

    frame problems when page display takes awhile

    Hi All! Environment: IIS/WS3.1d/IE I've got a page that works great sometimes. The page has two frames, pageHead and pageDet. The header prompts the user for a customer and site then displays the site address and a "toolbar" of report choices the user can run for that customer/site. The...
Top