home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1123 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!access.usask.ca!kakwa.ucs.ualberta.ca!unixg.ubc.ca!unixg.ubc.ca!george
  2. From: george@unixg.ubc.ca (George chow)
  3. Newsgroups: comp.databases.oracle
  4. Subject: How to auto-start the field editor...
  5. Message-ID: <1992Jul23.183451.29875@unixg.ubc.ca>
  6. Date: 23 Jul 92 18:34:51 GMT
  7. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  8. Organization: University of British Columbia, Vancouver, B.C., Canada
  9. Lines: 19
  10. Originator: george@unixg.ubc.ca
  11. Nntp-Posting-Host: unixg.ubc.ca
  12.  
  13. (I'm using Forms 3.) I've been trying to get the Field Editor to start up
  14. automatically upon entry of one of my fields. I've tried calling the 
  15. packaged procedure EDIT_FIELD in both KEY-NXTFLD and PRE-FIELD triggers and
  16. neither of them works. My situation is like this:
  17.  
  18.   FIELD         SEQ NO
  19.   Building_Code   3
  20.   Address         4
  21.  
  22. I attached the KEY-NXTFLD trigger to Building_Code but even with a go_field,
  23. I get stuck editing the Building_Code field. With the PRE-FIELD trigger,
  24. I can a run-time error of:
  25.  
  26.   FRM-40737: Illegal restricted procedure EDIT_FIELD in PRE-FIELD trigger.
  27.  
  28. I've gone through all the triggers and I can't see which other triggers I can
  29. use to auto-start the field editor. Is this possible? Thanks for any help.
  30.  
  31. George
  32.