home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!oracle!unrepliable!bounce
- Newsgroups: comp.sys.mac.hypercard
- From: cmi@oracle.uucp (Eileen Riley)
- Subject: Re: Field existance query?
- Message-ID: <1992Jul27.213614.7164@oracle.us.oracle.com>
- Sender: Jon Barron
- Nntp-Posting-Host: mailseq.us.oracle.com
- Organization: Oracle Corporation, Redwood Shores CA
- References: <1992Jul21.214421.23197@rice.edu> <91631@bu.edu> <1992Jul22.194139.27659@nic.umass.edu>
- Date: Mon, 27 Jul 1992 21:36:14 GMT
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
- Lines: 20
-
- How to check if field myField exists?
-
- put there is a field myField into myFieldExists -- returns true or false
-
- if myFieldExists then
- do stuff
- ...
- end if
-
- Alternately you could...
-
- If there is a (bg/cd) field myField then
-
- do stuff
- ...
- end if
-
- Hope this helps,
- Jon Barron
- Oracle
-