Arev64 Popup - F3 (AREV64)
At 17 NOV 2023 10:36:48AM John Bowen wrote:
In Arev32 under OI 9.4 I was able to specify a subroutine to be called when F3 was pressed in a popup. I updated field 12 of a popup record. I added a stored procedure to the Stored Query Table popup in SysPopus so I could Zoom in and see the full query.
This is not working in Arev64 in OI 10.2. Has something changed?
At 20 NOV 2023 10:30AM Mike Ruane wrote:
John-
F3 is the Zoom key normally, as you know.
Is this a popup stored in the POPUPS file, or created on the fly?
Can you post the sample code, if it is created programmatically?
Thanks
Mike
At 20 NOV 2023 12:03PM John Bowen wrote:
Mike,
I modify records in the SysPopups or Popups tables. In field 12 (Type), you can add a subroutine to call when F3 is pressed. When I made the change in Arev64 I created a multi-value in field 12 and put S,<subroutine name> in value 12. I just went back and double checked my Arev32 setup and noticed that it's supposed to be sub-value 12 of value 1 where you put the code and command.
I'm don't remember where I saw the suggestion, and I'm not able to find the post.
It is working now that I'm using sub-value instead of value.
John
At 20 NOV 2023 01:12PM Mike Ruane wrote:
ok, glad to hear.
This was originally documented on April 11, 1989, in Technical Bulletin 18
Mike
At 20 NOV 2023 01:40PM John Bowen wrote:
Wow! Blast from the past. Thanks for the info.