Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A well-known bug is still existent about Bindevent()
Message
De
27/09/2005 23:43:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
A well-known bug is still existent about Bindevent()
Divers
Thread ID:
01053745
Message ID:
01053745
Vues:
43
Believe quite many VFP developers might also mind this case
- Somebody here don't think it is a bug.But bindevent() worked normally in VFP9 Beta as the example:-
o=CREATEOBJECT("c1")
=BINDEVENT(o,"f1",o, "f2",1)
?o.f1("abc")
?o.f2("123")
RELEASE o
DEFINE CLASS  c1 as Custom
       FUNCTION f1 (p1 as String )
           RETURN p1
            
       FUNCTION f2 (p2 as String )
          * WAIT WINDOW "FUNCTION f2"
           RETURN p2+" FUNCTION f2 "
Steven
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform