C/Front and reading data from table

Hi, Could someone tell me why my string is just empty here ? int recNum = cf.AllocRec(tableNum); string Var = cf.GetFieldData(tableNum, recNum, 1).ToString(); MyXmlTextWriter.WriteString(ItemNo.ToString()); What do I have to do, to read the first value in the first row in my table ?

You need to position the record pointer I guess. FIND does help (mostly)