FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to retrieve text from BtnBmp?
Posts: 67
Joined: Mon Dec 26, 2005 07:44 AM
How to retrieve text from BtnBmp?
Posted: Fri Feb 03, 2006 08:01 PM

Hi,

after clicking a button i want to retrieve the text i put on it with settext(), but gettext() doesn't do the trick, any suggestions?

Thanks,

John.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: How to retrieve text from BtnBmp?
Posted: Fri Feb 03, 2006 10:05 PM

Try

oBtn:cCaption

EMG

Posts: 67
Joined: Mon Dec 26, 2005 07:44 AM
How to retrieve text from BtnBmp?
Posted: Sat Feb 04, 2006 05:06 AM

Thanks Enrico!

Continue the discussion