I have a form that runs a search on a table and returns a set of data. This is based on the CRM search functionality.
Within the result set, I cannot get the Focus to set on the first record. A sort is performed on the data when returned, but it has little bearing on which row has the focus set.
Any ideas?
0
Comments
maybe ?
FIND('-');
it must be something else that you want...
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
I think this is because the data is not directly filtering a table, but displaying a dynaset. Therefore I can't perform the operation on the table.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
dynaset is just like a query result. In this case once the form is ran the data is no longer linked to the table, (I assume), which is why, for instance, the sort order cannot be influnced in the normal way.