Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing methods between controls...
Message
From
10/11/1996 20:34:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Sharing methods between controls...
Miscellaneous
Thread ID:
00011940
Message ID:
00011940
Views:
72
Another stupid one :)

In Visual dBase I used to write a piece of code and use
it as generic method that I would call from any control,
or, to be more technical, I could attach it as a method
to any control. Is there any similar technique in VFP?
And also, in VDB there was a pretty powerful tool called
Code Block, that looked very much like in-line functions
in C++ :
Define Class MyText of Text ;
Properties ;
Name = "MyTextBox" ;
OnChange {;This.Value = Form.Text}

Is there something similir in VFP?

Thanks in advance!
Some things are better be left unknown...NOT!!!
Next
Reply
Map
View

Click here to load this message in the networking platform