ah, yes. my bleary eyes have failed me again. you know, i think i will
quit trying to answer questions until the present crisis is over at my job
here. that would be wise for everyone concerned. :-)
----- Original Message -----
From: Joseph J. Strout <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 1999 10:28 AM
Subject: Re: trouble finding all my files
> 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 |
> `------------------------------------------------------------------'
>