home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2546 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!agate!dog.ee.lbl.gov!news!nosc!suned1!ipxed5!lev
  2. From: lev@ipxed5.nswses.navy.mil (Lloyd E Vancil)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: mapping keyboard in xterm
  5. Message-ID: <24728@suned1.Nswses.Navy.MIL>
  6. Date: 16 Dec 92 22:54:34 GMT
  7. References: <1992Dec15.135039.8523@eua.ericsson.se>
  8. Sender: news@suned1.nswses.navy.MIL
  9. Organization: NSWSES, Port Hueneme, CA
  10. Lines: 53
  11.  
  12. In article <1992Dec15.135039.8523@eua.ericsson.se> euajhs@eua.ericsson.se writes:
  13. >
  14. >We are running on a SUN/UNIX platform OS 4.1.3 whith ORACLE RDBMS 6.0.36 and 
  15. >FORMS 3.0.16. We are using shelltool as user interface to forms, but looking for
  16. >a better graphical interface. Now we try to use Xterm instead, but there is some
  17. >problems whit the keypad. If you have experience on mapping keyboards in Xterm
  18. >ore solve the problem with toggling numeric keypad on/off. please mail.
  19. >
  20. >
  21. >Jonas Hansson
  22. >Ellemtel Telecommunication Systems Labaratories      Mail: euajhs@eua.ericsson.se
  23.  
  24.  
  25. 1. start your xterm with -sf as:
  26.  xterm -sf -fn courier18 -fb courier-bold18 -cr red -fg ivory -bg
  27.  black -T "SQL*Plus" -e frm30
  28.  
  29.        -fn sets the font normal
  30.        -fb sets the font bold
  31.        -cr sets the cusor color
  32.        -bg sets the bacground color
  33.        -fg set the forgound(type) color
  34.         -T sets the title
  35.     -e executes the script frm30 
  36.  
  37.  Script frm30
  38.  
  39.  #! /bin/csh -f 
  40.  #
  41.  #
  42.  cd /home4t/gfcsdata/sql
  43.  sqlforms30 -c xtermsun:sun
  44.  exit 0
  45.  
  46.  
  47.  The -c xtermsun:sun clause is the other part of this
  48.  fiasco.  I have taken to setting it into an env variable
  49.  called $MY_TERM so that the thing can be changed.
  50.  
  51.  If you use a shell tool the pair looks like this:
  52.  
  53.  to open the window
  54.  
  55.  $OPENWINHOME/bin/shelltool -fn Courier-Bold18
  56.  
  57.  to start sqlforms
  58.  
  59.  sqlforms30 -c sun:sun
  60.  
  61.  
  62. --
  63. |suned1!lev@elroy.JPL.Nasa.Gov|lev@suned1.nswses.navy.mil|sun!suntzu!suned1!lev|
  64. |S.T.A.R.S. The revolution has begun!|  My Opinions are Mine mine mine hahahah!|
  65.