Recent content by Tony Winter

  1. T

    Assigning a Trigger to Press Space Bar

    Hi James, It is a little difficult to explane, however I could be running one of some 5000 programs that could cause the press space bar to appear. It is not feasible to modify the code so I need to trigger somehow on the press space bar event. Unfortunalty I cannot give any more details than...
  2. T

    Assigning a Trigger to Press Space Bar

    Hi All, Do anyone know of a method for assigning a trigger to the "Press Space Bar to Continue" message in Progress? Either capturing the event before or after it has happened? Any suggestions would be greatly appricated!
  3. T

    Event Triggers using Input Through

    Thanks for the reply Mike. I understand that it is a UI event, however I need to run a piece of code every time I move from one field to the next or at the worst from one frame to the next.
  4. T

    Displaying Version

    Viewing Version Number Rick, Try the following: MESSAGE "PROGRESS Version" PROVERSION. Tony.
  5. T

    Event Triggers using Input Through

    I am trying to have an event cause a trigger upon moving from one field to the next when input is directed using the input through command. Any suggestions or alternatives would be greatly appreciated to resolve this matter. DETAILS: When the following is used with the input through...
  6. T

    Retrieving the recent value from the Message Bar

    Does anyone know of a method to retrieve the value of the most recent message on the message line. I need this preferably for V8 Progress but newer versions would suffice. For example if I type: message "Hello World". Is there some way to retrieve the value 'Hello World' after the message...
Back
Top