From: Itamar M. L. J. L. <ita...@gm...> - 2017-02-16 13:06:00
|
Hi! while I use oBar:Set(Str(recno(),6),Recno()) my aplication freezing. If I use oBar:Set(,Recno()), works, run Ok! In line hwg_Setwindowtext( ::oParent:handle, cTitle ) is correct ? METHOD SET( cTitle, nPos ) CLASS HProgressBar IF cTitle != Nil hwg_Setwindowtext( ::oParent:handle, cTitle ) ENDIF IF nPos != Nil hwg_Setprogressbar( ::handle, nPos ) ENDIF RETURN Nil Best regards, Itamar M. Lins Jr. |