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

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!cc.helsinki.fi!jaakola
  2. From: jaakola@cc.helsinki.fi
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: Multiple Screens in SQEL*FORMS
  5. Message-ID: <1992Jul24.083034.1@cc.helsinki.fi>
  6. Date: 24 Jul 92 06:30:34 GMT
  7. References: <j1gmxq-.sjs@netcom.com>
  8. Sender: news@klaava.Helsinki.FI (Uutis Ankka)
  9. Organization: University of Helsinki
  10. Lines: 37
  11.  
  12. In article <j1gmxq-.sjs@netcom.com>, sjs@netcom.com (Stephen Schow) writes:
  13. > I am new to Oracle and I am working in an application that requires 3
  14. > seperate screens that are related to each other only in the sense that
  15. > they are part of an all encompassing application.  There are no data
  16. > relationships between them.  I am not sure if I should create 3 seperate
  17. > forms or 1 form with seperate pages.  Note that each screen has a master
  18. > detail relationship.  I have set something up that uses just 1 form with
  19. > each logical screen on a different page.  Then I will set up a menu to call
  20. > specific pages.  
  21. > Am I doi ng this the best way?  Would it be better to make seperate forms?
  22. Well, if they are logically separate, keep them physically separate too!
  23.  
  24. > I do NOT want to have to exit all the way back to the OS and then call runforms
  25. > again just to switch to another screen.  What I am worried about are potential
  26. What's wrong with calling separate runforms? Of course starting a new
  27. process takes a while, and stopping and starting a fresh runform clears
  28. your GLOBAL variables. But you can use runform which is linked into
  29. runmenu (version 5.0), so that the menu and all subsequent runforms run
  30. IN THE SAME PROCESS and retain GLOBALs. Or you can create a dummy form
  31. which calls other forms.
  32.  
  33. > problems that I might run into and have to program around by putting each
  34. > screen on a different page of the same form.
  35. If you want to switch screens very quickly, a single form might be
  36. optimal. Make an experiment!
  37.  
  38. > ------------------------------------------------------------------
  39. > Steve Schow    | But you don't have to use the claw, if you
  40. > sjs@netcom.com | pick the pear with the big paw paw......
  41. >                | Have I given you a clue......?
  42. >                |                       - Baloo the Bear
  43. > ------------------------------------------------------------------
  44. --
  45. Juhani Jaakola
  46. jaakola@cc.helsinki.fi
  47.