× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: How to Trap the cursor position ?????
  • From: dhandy@xxxxxxxxxxx (Douglas Handy)
  • Date: Tue, 07 Mar 2000 15:20:39 -0500

John,

>I believe there IS a way to define every key as an AID key.  We use a
>product called laservault which uses single commands on their green
>screen interface.  for example press ? and a help screen pops up.

Sorry, that is different.  Any entry field can be defined to "auto
record advance" using AUTO(RA) or the preferred "check end of record"
with CHECK(ER).  When the field is filled, it can then cause an
implicit Enter key.

For a one-character field that doesn't also require Field Exit, you'd
get the scenario you described above.  However, that would only affect
input fields and still would not affect cursor keys.  Try it -- start
laservault and press an arrow key instead of ? or one of their
commands.  I don't have laservault, but I'd be willing to bet that is
what is happening.

The keystrokes are really not even trappable when you switch the
controller from data processing mode to word processing mode.  There
are a number of additional things that can be done, but you still
can't be notified of each keystroke event.

Of course, now that we know more about what Jaydeep wanted, we know he
is more interested in finding out about mouse clicks than cursor
keystrokes.

This is best done by adding MOUBTN(*ULP CFxx) or another AID key in
place of the CFxx.   Then just get the cursor position from the INFDS,
from DDS keyword RTNCSRLOC() variables, or even via DSM.

Doug
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.