Very good Otto (what a speed) I hope TSButton help you to keep the quality of your apps as in every work you have shown to us.Otto wrote:my first test.
Best regards.
Manuel Mercado
Please change SetText Method in TSTSay.prg to:Otto wrote:SetText writes the caption and paint draws cText
Workaround:
oRes:VarPut(Tran(nMemo,"@E 999,999,999,999,999.99"))
oRes:SetText()
Code: Select all
METHOD SetText( cText ) INLINE ::Hide(), ::VarPut( cText ), ::cCaption := Eval( ::bGet ), ;
SetWindowText( ::hWnd, ::cCaption ), ::Show()
Of courseOtto wrote:May I ask you if you allow me posting the
SBUTTON class for downloading on
http://fwcodesnips.com/