home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / database / 1459 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!usenet
  3. From: cicone@uieea.ece.uiuc.edu
  4. Subject: Solved: FMP blank fields
  5. Message-ID: <BxtIyo.3xC@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois 
  8. Date: Mon, 16 Nov 1992 16:54:22 GMT
  9. Lines: 17
  10.  
  11.  Thanks to a suggestion from Peter (gergely@cs.dal.ca) I found that:
  12.  
  13.         If ( datefield <ne> "", this, orthis)
  14.  
  15. works (where <ne> is the not equal sign) even if nothing has been entered in
  16. the datefield.  I was unable to find a numerical comparator that would work if
  17. the datefield did not have a value entered into it.
  18.  
  19. --Bob--
  20.  
  21.  **************************************************************************
  22.  [         Bob Cicone        |    Internet : cicone@uieea.ece.uiuc.edu    ]
  23.  [ Bioacoustics Research Lab |     AT&Tnet : (217) 333-0862               ]
  24.  [  Dept of Elec & Comp Eng  |         fax : (217) 244-0105               ]
  25.  [ University of Illinois at | Campus Mail : 215 E.E. Annex, MC-260       ]
  26.  [      Urbana-Champaign     |     US Mail : 1406 W Green, Urbana,IL 61801]
  27.  **************************************************************************
  28.