>Hi Toninho,
>Can you send a self contained example?

Viktor, this shows the problems, but for me is so easy correct it in
my .prg. I'm only reporting it to see if it is a real problem:

---cut---
#include "hbclass.ch"

CLASS TCounter

   METHOD New() CONSTRUCTOR

   METHOD Redefine() CONSTRUCTOR

   METHOD CheckState()

ENDCLASS

PROCEDURE CheckState() CLASS TCounter
   local lBold := ::lBold
   if HB_IsObject( ::oBtnBold ) ; if !( lBold == ::lBold ) ;
::oBtnBold:Refresh( .f. ) ; endif ; endif
return

METHOD New() CLASS TCounter
return Self

METHOD Redefine() CLASS TCounter
return Self

METHOD Default() CLASS TCounter
return nil
---cut---




Thanks and best regards,

Toninho.



__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to