FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Multi line button
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
Multi line button
Posted: Sat Jul 31, 2010 03:38 AM

I have a multi line button with a prompt. Call it A button.
The prompt uses a variable. When i use another button, call it B button I change the variable but I can't get the A button to update.
Tried oBtn:refresh(), oDlg:update(), tried refreshing the prompt Nothing works.
I'm now lost.
Help

Thank you

Harvey
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Multi line button
Posted: Sat Jul 31, 2010 03:49 AM

Hag

Try with oBtn:SetText( cText )

Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
Re: Multi line button
Posted: Sat Jul 31, 2010 05:03 AM

Daniel:
Thanks for the quick response.
Worked great.

Thank you

Harvey

Continue the discussion