home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6635 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!sys12.ortta.umn.edu!durai
  3. From: durai@ORTTA (Appadurai V.)
  4. Subject: Re: FoxPro 2.0 SHOW GETS
  5. Message-ID: <durai.36@ORTTA>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: sys12.ortta.umn.edu
  8. Organization: U of Mn
  9. References: <Bu6K0E.EqI@acsu.buffalo.edu>
  10. Date: Wed, 9 Sep 1992 17:34:43 GMT
  11. Lines: 24
  12.  
  13. In article <Bu6K0E.EqI@acsu.buffalo.edu> psbayer@acsu.buffalo.edu (Paul S. Bayer) writes:
  14.  
  15.  
  16. >In using FoxPro 2.0 I've run across a small problem with the Show Gets
  17. >command. I have a window with data entry and when I padvance to either the
  18. >next one or the last, first or previous - it the screen does NOT change.
  19. >I can post the code,but I was hopnig someone had run into thistrouble
  20. >before.... I'm using the SHOW GETS command after teh CASE statement. I've
  21. >tried using the Trace window, it passes the SHOW GETS statement, READS THE
  22. >STATEMENT, but does NOT refresh the screen. I know it's advancing because I
  23. >have the status line active, but it doesn't show up on the screen.
  24.  
  25.  
  26. >ANY IDEA'S???
  27.  
  28.  
  29. Did you check the "refresh" box for the fields ?  You can only refresh "say" 
  30. fields.
  31.  
  32. If you are trying to refresh "get" fields you have to mention "show gets <
  33. field> enable", not just show gets.
  34.  
  35.  
  36.  
  37.