How to control the arrow (fucus) on the tabular form

cyuwono
cyuwono Member Posts: 28
When you have tabular form open there always an arrow pointing to the first row, is it possible that the arrow pointing to the last row instead :?:

Thanks in advance
Carlos Yuwono

Answers

  • Xypher
    Xypher Member Posts: 297
    Rec.FINDLAST;
    
  • DenSter
    DenSter Member Posts: 8,307
    Set the SourceTablePlacement property of the form to 'Last'.
  • Belias
    Belias Member Posts: 2,998
    or form property "SourceTablePlacement" = last
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Belias
    Belias Member Posts: 2,998
    Set the SourceTablePlacement property of the form to 'Last'.
    only 1 second faster... :mrgreen:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Xypher
    Xypher Member Posts: 297
    I've tried messing with the SourceTablePlacement property several times...

    Even now when I create a brand new form, place a common table, and set this property to last, I still have the first row with the arrow? What would cause this?
  • DenSter
    DenSter Member Posts: 8,307
    You're probably creating a little form and running it without saving it. For some reason it doesn't pick up that property when you're designing the form. Save the form, close it, run it, it'll work.
  • Xypher
    Xypher Member Posts: 297
    Ah, it's one of THOSE features. (which wont work unless you run the object directly from 'Object Designer' or the 'Navigation Pane'?)
  • cyuwono
    cyuwono Member Posts: 28
    Thanks to Everyone :D:D
    Carlos Yuwono