FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to go to the last line of a multiline get?
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
How to go to the last line of a multiline get?
Posted: Tue Jul 29, 2008 09:06 AM

I have a multiline get (memo) which is quite long and everytime it gets the focus I want it to automatically go to the most recent entry which is at the last line.

How could this be accomplish?

TIA

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: How to go to the last line of a multiline get?
Posted: Tue Jul 29, 2008 09:40 AM
Try

oGet:GoBottom()


EMG
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
How to go to the last line of a multiline get?
Posted: Wed Jul 30, 2008 06:35 AM

That did it. Thanks Enrico! :D

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion