Selecting a row in a list

alien251alien251 Member Posts: 80
I have a list that is using a key from the underlying table that sorts the list by posted date. I have a user that is insisting that I place the cursor on the top most row in the list. Is there an easy way to have the cursor select the top item in a sub form?

Thanks,

Dan

Answers

  • garakgarak Member Posts: 3,263
    take a look to the propertiy SourceTablePlacement of the form. Maybe it is this what u need.
    If you doesn't need this u must use the find('-') command on the formtriggers self
    Do you make it right, it works too!
  • alien251alien251 Member Posts: 80
    Thanks you! That's what I was looking for.

    Dan
  • garakgarak Member Posts: 3,263
    You're welcome
    Do you make it right, it works too!
Sign In or Register to comment.