Search results

  1. R

    Scrolling in a browser

    Hi I have vertical and horizontal scrolling in my browser, Scroll-Notify is run when either scroll bar is changed , is there a way of Differentiating between the horizontal and the vertical scroll bars? Thanks rachael
  2. R

    Selecting multi columns on a browser

    Hi all I have created a browser at run time, it would have about 20 columns on it and what I want is to be able to select more than one column at a time so that I can export the selected columns to excel. Would anyone have anyidea of how to enable a browser for multi column select. I...
  3. R

    User Count in the AS400

    Hi all I am trying to find out how many users are connected to my AS400 schema holder. Is there an equivalent file in the AS400 to the _connect file in Progress or do I have to write some sort of procedure to find out. Any help at all would be appreciated Thanks Rachael
  4. R

    dynamic combos not disabling properly

    Hi Peg I am working in v9.1c. I have built a number of combo boxes dynamically but I am having a small problem with them. When I update/add using the toolbar and then press save/cancel the combo boxes are not disabling properly, they are greyed out but you can click on them and look at the...
  5. R

    Creating objects at run time

    hi I am a version 9 programmer, I have also programmed in GUI so the windows have been easy to setup. I am trying to create fill-in' and check boxes at run time . There will be a different amount run everytime depending how many records are on file. Would some one give me some help as to...
  6. R

    Oracle Performance Issues

    Hi There We have created an oracle database that is run off Progress 9.1c. At the moment it is 4 gs in sive. One of our files has over a million records. When we do a find first it takes almost 4 mins to retrieve the record and display. We also did a large where statement that took...
  7. R

    Browser displaying different information than database

    Hi all I working with v8 objects in a v9 database. In an external program I am updating a certain file, This file is used in a browser, which uses the modified field in the where statement. It picks up the correct changes here , yet it displays the old data. Would anyone have any ideas...
  8. R

    Windows Users

    Hi everyone I am currently trying to check my users in windows (in what every domain they are logged on ) when I am adding a new user to the database. I just need to check if the user exists, I'm not worried about checking the password . Any help would be appreciated. Thanks Rachael
  9. R

    how to find when the last keystrock was used

    Hi there I am running a program at the moment that times out after so many minutes if a keystroke or a mouse click has not been used on the program. Would anyone have any idea of how to find out when the last keystroke was used or even when the field was modified. I am using...
  10. R

    Dialog Boxes

    Just a quick question that I hope someone can help me with. I would like to change the title of a dialog box when a certain flag is set. I tried to change it before the local-initialize but it changes the calling window instead. Does anyone have any ideas. Also I would like to assign...
  11. R

    Encrypting code for knowledge base 19359

    Hi I'm working on Knowledge base 19359 - Deploying and compliling ADM2 Objects with Client Networking. Do I have to encrypt the source code before I copy it over. I have already copied it over (without being encrypted) compiled the chosen files and I am still getting the...
  12. R

    Progress V9, adding a new menu / a new button to the toolbar

    Hi I am programming in V9.1c. I am currently trying to add a menu or a button to the default toolbar dyntoolbar. I have used knowledge base 21183 and 19551 , but still no joy. I have added the code into actioncustom.p and toolbarcustom.p and I have added the,m as super procedures. Any...
Top