Subject Re: [IBO] Getting validation source from a domain
Author Ed Dressel
I found the mistake in my code for the original problem but have a few
questions about your recommendations.

> Use lCursor.First instead of lCursor.Open

Does it matter? I'd like to know why more then just know how.

> When checking if a result set is empty or not, you'd better use the
> .IsEmpty method.

In my IBO, .IsEmpty returns a compile time error (undefined) for a
TIB_Cursor.

Ed Dressel