At 10:19 AM -0700 09/29/99, Chris Antos wrote:
>as they say, RTFM. :-) the docs (even 1.0 docs) say the first parameter is
>"newSearch". pass true when you want to start a search, or false if you are
>continuing a search.
RTFC (where C == "code"). This is exactly what I'm doing:
> > Err err = DmGetNextDatabaseByTypeCreator(true,&state,kDbType,
> > kDbCreator, false, &cardNo, &id);
> > while (!err) {
...
> > err = DmGetNextDatabaseByTypeCreator(false,&state,kDbType,
> > kDbCreator, false, &cardNo, &id);
> > }
Thanks for taking the time to reply anyway!
Cheers,
-- Joe
,------------------------------------------------------------------.
| Joseph J. Strout Biocomputing -- The Salk Institute |
| [EMAIL PROTECTED] http://www.strout.net |
`------------------------------------------------------------------'