Subject Strange state after TIB_Cursor.Open
Author Dany Marmur
Hi all!

I've done a load of coding on my "base form" so before going into this
matter more I'll just ask without code samples or such.

Has anyone had a form with a key- and masterlinked Query open and it all
looks properly but the query's CanEdit is false before one navigates to
another record? AutoFetchFirst is true. The query being the one that all
others link to (eventually).

The Datasets Fields' member RowNode is nil! It should not be and it only
happen sometimes.

What can I call besides Refresh to make CanEdit true (assign the RowNode
member)?

Thanks,

/Dany