home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2888 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  988 b 

  1. Path: sparky!uunet!oracle!unrepliable!bounce
  2. Newsgroups: comp.sys.mac.hypercard
  3. From: cmi@oracle.uucp (Eileen Riley)
  4. Subject: Re: Field existance query?
  5. Message-ID: <1992Jul27.213614.7164@oracle.us.oracle.com>
  6. Sender:  Jon Barron
  7. Nntp-Posting-Host: mailseq.us.oracle.com
  8. Organization: Oracle Corporation, Redwood Shores CA
  9. References: <1992Jul21.214421.23197@rice.edu> <91631@bu.edu> <1992Jul22.194139.27659@nic.umass.edu>
  10. Date: Mon, 27 Jul 1992 21:36:14 GMT
  11. X-Disclaimer: This message was written by an unauthenticated user
  12.               at Oracle Corporation.  The opinions expressed are those
  13.               of the user and not necessarily those of Oracle.
  14. Lines: 20
  15.  
  16. How to check if field myField exists?
  17.  
  18.    put there is a field myField into myFieldExists -- returns true or false
  19.  
  20.    if myFieldExists then
  21.      do stuff
  22.      ...
  23.    end if
  24.  
  25.    Alternately you could...
  26.  
  27.    If there is a (bg/cd) field myField then
  28.  
  29.      do stuff
  30.      ...
  31.    end if
  32.  
  33. Hope this helps,
  34. Jon Barron
  35. Oracle
  36.