Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!fltk!dnb From: dnb@fltk.UUCP (David Buonomo) Newsgroups: comp.databases Subject: Clipper/dBase Seek Question Keywords: seek, 2 indexes, seek on first index only Message-ID: <238@fltk.UUCP> Date: 21 Aug 89 17:05:48 GMT Organization: FileTek, Inc. (fltk), Rockville, MD Lines: 8 I have a .DBF file indexed on 2 numeric fields of 4 and 6 digits respectively. More specifically, the index is built by: index on str(invnum,4)+str(seqnum,6) to idx_file I would like to do a seek specifying only the first index. I am currently unable to accomplish this (result of seek is EOF). Is this possible to do and if so, how?