home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!ames!sun-barr!rutgers!rwja!green
- From: green@rwja.umdnj.edu (Cliff Green)
- Newsgroups: comp.databases
- Subject: Re: Help with Clipper5.01!!
- Keywords: Clipper, Read
- Message-ID: <1539@rwja.umdnj.edu>
- Date: 31 Aug 92 18:22:27 GMT
- References: <1992Aug29.161928.1@cc.newcastle.edu.au>
- Organization: Robert Wood Johnson Medical School, Piscataway NJ
- Lines: 32
-
- cslib@cc.newcastle.edu.au (DOUGLAS SCOTT) writes:
-
-
- > Example: @ 1,1 SAY "Enter first variable:" COLOR "w+/b"
- > @ 1,20 GET M->var1 PICTURE "XXXX" COLOR "bg+/b"
- >
- > IF M->var1 == "TEST"
- > @ 2,1 SAY "Enter second variable:" COLOR "w+/b"
- > @ 2,20 GET M->var2 PICTURE "9999" COLOR "bg+/b"
- > ENDIF
- > READ
-
- > All I want to do is to be able to check each variable as it is entered
- > in the respective field. Is there an easy way?
-
- I haven't actually tried it, but isn't that what the WHEN clause is for?
- (e.g., @ x,y say "Blah" get blah when m->fubar =="TEST")
-
- c
-
-
-
-
-
-
-
-
- --
- Clifford Green Internet: green@rwja.umdnj.edu
- Academic Computing Services voice: 908-463-4436
- UMDNJ-RWJMS fax: 908-463-5252
- #include <fineprint.h>
-