Subject Re: [IBO] IB_Cursor closes on post
Author Helen Borrie
At 03:28 AM 9/12/2003 +0000, you wrote:

>So now I know, if I simply want to insert records, I can use
>IB_Cursor. But if I want the inserted record to remain there after
>posting, I'll have to use IB_Query (I have data-aware controls on my
>form).

Correct. And of course you can't put an ib_cursor into an ib_grid...

But IB_Cursor is also very nice for when you have just one row that you
want to find (with a search or a selector) and edit.

Helen