Re: 2 Questions:Key programing and ASCII File Creation in Forms 4.5.x

From: Smagdaddy <smagdaddy_at_aol.com>
Date: 1996/12/29
Message-ID: <19961229142801.JAA08452_at_ladder01.news.aol.com>#1/1


  One way to do the first question,
    Use Key_others trigger at the form level. Use NULL; to trap all keyboard actions.

    then use whichever key_??? trigger you want to define, and add the built in function to that trigger.

   Ex..

      to make the F4 key the commit key,    Key_others trigger code

      null;

  key_F4 trigger code
    commit_form;

as to the second part of your question

   I believe the Text_IO package will help, never used it, just remeber something about it during forms 4.5 school.

Hope this helps
Rodger Hollingsworth



US Navy (DBA, Dev2K, SCO Unix)
You'll never get it unless you ask, Then again you may not even if you do ask. Received on Sun Dec 29 1996 - 00:00:00 CET

Original text of this message