Follow-up on show only browse

Richard Kreiss rkreiss at verizon.net
Mon Sep 20 11:13:43 PDT 2010


After all the suggestions as to how to return to the original screen, my
client asked today if their users could have the old method back. What she
meant by that was that if the enter key was pressed the next record should
come up with the browse open.

With all the suggestions that have been made, this became a rather easy
requested to fill. I added the following code:

If: 
Then: qq=waitkey
If: qq = "" and @sk="ENTR"
Then: pushkey "[ENTR"]9";end
If: qq = "" and @sk="CDWN"
Then: pushkey "[CDWN"]9";end
If: qq = "" and @sk="CRUP"
Then: pushkey "[CRUP"]9";end
If:
Then: END

The above program returns the enter up arrow and down arrow keys to their
original function.


Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
  







More information about the Filepro-list mailing list