Javier Porrata (4/17/2012)
... I thought the BO look for the data directly to the table.
In VFP, yes, but not in SF BO. StrataFrame Business Objects are very well though and designed and when used properly you can do miracles. Some of their methods are designed to manipulate their internal data table (you could compare this to a VFP table alias), so the Seek() method is one of them that will look for the first record that matches the WHERE condition, so its name may be familiar to VFP developers but in reality is not the same.
For more detail explanation, please take a look at the StrataFrame help file topic from where you got the sample code.