I am having trouble getting FMSkipRecords to work. My find is: $my_fx->AddDBParam('kf_Broker',$cID); $my_fx->SetDBData($db,$layout,30); $my_fx->FMSkipRecords($skipSize); $fx_Result=$my_fx->FMFind(); value of $skipsize increments properly to the next starting point. How do I make this work? Stephen