Search results

  1. L

    Webbrowser OCX (shdocvw) onkeydown

    Good day, I am using the web browser OCX shdocvw.dll to host a webpage in a progress window. It works great except that some events are not being fired. Specifically the site has some javascript to limit key presses that doesn't fire as it uses onkeydown and onkeyup events. An HTML...
  2. L

    Application Migration and Coexistence

    We are attempting to scope out a possible future project. We currently have a Progress 4GL application running 1800 remote sites (stores). Each site has a server and a number of clients (some wireless PDAs). We have the following installed in our stores store; 9.1d workgroup database 9.1d...
  3. L

    Uncommitted Buffer?

    Hi All, Is there any way that 2 different enquiry screens in the same progress session can return different data from the exact same record? Is it possible that there is an uncommitted buffer write from one not being picked up by the other? Or is the data being read from the BI instead? If...
  4. L

    Stop \ Error Trapping

    I have logic in place similar in structure to that shown below, but what I'd like to do is log the problem and move on to the next record. DEFINE VARIABLE l-complete AS LOGICAL NO-UNDO. DEFINE VARIABLE i AS INTEGER NO-UNDO. my-block: DO i = 1 to 10 ON STOP UNDO my-block, LEAVE my-block...
  5. L

    USE-INDEX use gives different record count

    Hi, There may be a blindingly obvious explanation for the following behaviour but, so far, I've missed it! BTW, In practice I am use similar logic to break an output file into sizeable 5000 line chunks, so it has more of a purpose than this demonstration shows!... Run the code as is, and as...
  6. L

    Browse row not highlighting

    Hello, I have an updateable browse with one enabled column. Only certain rows are updateable, so on the value-changed event I set the column read-only flag based on a db logical field set on the table. If I use the mouse to click each record in turn everything works perfectly. The...
Top