Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A well-known bug is still existent about Bindevent()
Message
From
27/09/2005 23:43:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
A well-known bug is still existent about Bindevent()
Miscellaneous
Thread ID:
01053745
Message ID:
01053745
Views:
35
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
Next
Reply
Map
View

Click here to load this message in the networking platform