home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8902 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!dell32.ortta.umn.edu!durai
  3. From: durai@ortta.umn.edu (Durai Venkatasubramanian)
  4. Subject: Re: FoxPro: Help needed with scrollable windows
  5. Message-ID: <durai.116.726446844@ortta.umn.edu>
  6. Lines: 21
  7. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: dell32.ortta.umn.edu
  9. Organization: U of Mn
  10. References: <C0I7nF.H3G@unccsun.uncc.edu>
  11. Date: Thu, 7 Jan 1993 22:47:24 GMT
  12. Lines: 21
  13.  
  14. In article <C0I7nF.H3G@unccsun.uncc.edu> alsimmon@uncc.edu (Amber Leigh Simmons) writes:
  15.  
  16. >I am currently working on a program in FoxPro for a large hospital
  17. >in my area.  I want to be able to implement my forms so that they 
  18. >can be larger than the screen.  Therefore I need to have window 
  19. >which act like the FoxPro system windows with scroll bars across
  20. >the top and bottom, to scroll around the form.  I know this can be
  21. >done because I have seen an application using this concept.
  22.  
  23.  
  24. 1. If your window has to be necessarily larger than the screen, you can 
  25.    define a window of any size and control as you want.  But manipulating 
  26.    the window (using controls) will be a very big hassle.  If you are using 
  27.    the screen generator, you cannot use the system window controls for too 
  28.    large a window size.  I think you can go upto 27*82.  
  29.  
  30. 2. I would suggest that you use multiple windows, coordinated with one 
  31.    single read.  This will enable the user go up and down as they wish.
  32.    This is not only easy to define, but also easy to maintain.  Foxpro 
  33.    screen generator can handle the code.
  34.  
  35.