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