Subject | Re: [IBO] Help03. TIB_Cursor: APIFirst |
---|---|
Author | Jason Wharton |
Post date | 2002-10-16T18:48:46Z |
That is what the source is for if you really need to know.
Is all it does is call the API method to fetch a new record and minimal
else.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Is all it does is call the API method to fetch a new record and minimal
else.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Raymond Kennington" <progsol@...>
To: "IBObjects" <ibobjects@yahoogroups.com>
Sent: Monday, October 14, 2002 6:52 AM
Subject: [IBO] Help03. TIB_Cursor: APIFirst
> Procedure APIFirst;
>
> "Description
> This method is for doing low-level fetching for even more performance.
>
> This method call avoids all notifications so that only the buffer for the
current row is
> modified. Any data aware controls will not be aware that there is new data
to display."
>
> I'd like the first sentence of the description to inform me of what the
method does.
>
> What does it do?
>
> Does APIFirst() set the cursor back to the beginning so that the rows can
be processed
> again from beginning to end without re-fetching the data?
> --
> Raymond Kennington
> Programming Solutions
> W2W Team B
>