Hello
Mohanraj, thanks for your help
i don't need to freeze the row. What I need is the last row to be visible. Imagine the following scenario. a grid has 15 rows, but the visible area only allows to show 5. what I need to do is "move last" so that the last 5 rows are visible.
there are 2 zip files, whatihave is how the gris is after by populated. whatineed is how i need to be.
this was the only way that i found to solve my problem
.ShowNavigationBar = True
.ShowNavigationBarToolTips = False
.RecordNavigationBar.MoveLast()
.ShowNavigationBar = False
thanks
Attachment:
whatineed_284fef7a.zip