Here's my problem.
(working on a FoxPro 5)
I have a search routine which asks for search string, creates cursor, re-sets it as RowSource for the list.
.ListDocs.RowSource = m.sCursorName+"->NUM_SCH,DATE_SCH,Full_Sum,NDS,spTypeKorr,DATE_BUCH, OLD_SCH, OLD_DATA"
I saw cursor created if I insert...