home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2493 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!psinntp!newstand.syr.edu!erc.cat.syr.edu!kcameron
  3. From: kcameron@erc.cat.syr.edu (Ken Cameron)
  4. Subject: Re: Oracle's 'Working...' Message - Can it be simulated?
  5. Message-ID: <1992Dec11.093600.27070@newstand.syr.edu>
  6. Organization: Electronic Resource Center, Syracuse
  7. References: <77875@hydra.gatech.EDU>
  8. Date: Fri, 11 Dec 92 09:35:59 EST
  9. Lines: 25
  10.  
  11. In article <77875@hydra.gatech.EDU> iadt3mk@prism.gatech.EDU (Michael Kustermann) writes:
  12. >Has anyone ever tried to simulate the Oracle message 'Working...' which
  13. >is automatically displayed when committing a transaction (on a form)?
  14. >(Deleted...)
  15. >Thank you for suggestions.
  16. >-- 
  17. >Michael Kustermann        |  Der Vogel kaempft sich aus dem Ei.
  18. >Georgia Institute of Tech.|  Das Ei ist die Welt.
  19. >Atlanta, GA 30332         |  Wer geboren werden will muss eine Welt zerstoeren.
  20. >iadt3mk@prism.gatech.edu  |  Der Vogel fliegt zu Gott.  Gott ist Abraxas.
  21.  
  22. In almost all the forms I build I create a block called special. It is not
  23. a database table and it hold special fields. Like a one liner at the
  24. bottom of each page. I use it for messages. The user will not have to
  25. ack them and I can use it to test what my last message was. So to display
  26. something I do:
  27. :special.pg1message := 'test text';
  28. It works ok but you may have to do things like go_block and go_page
  29. to flush it to display.
  30.  
  31. -- 
  32. -ken cameron. SkyDiver: Zoo-602, A-8596, D-11839. Skier.
  33. Employer: Computer Task Group.  /cny UNIX Users Group Director.
  34. Disclamer: "I said it, when I said it, so what! Now is different!"
  35. Internet: kcameron@erc.cat.syr.edu
  36.