Set Focus On Result Set

PaddyMullaney
PaddyMullaney Member Posts: 59
edited 2004-05-21 in Navision Financials
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?

Comments

  • RobertMo
    RobertMo Member Posts: 484
    ...I cannot get the Focus to set on the first record...

    maybe ?
    FIND('-');

    it must be something else that you want...
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • PaddyMullaney
    PaddyMullaney Member Posts: 59
    No its not unfortunately.

    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.
  • RobertMo
    RobertMo Member Posts: 484
    dynaset ?!? are we talking about Navison (Financials)? C/SIDE? C/AL?
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • PaddyMullaney
    PaddyMullaney Member Posts: 59
    Yes

    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.