Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any VFP's FormCount equivalent in VB?
Message
 
To
08/09/2000 11:25:52
Marlou Gargantos
Independent Consultant
Manila, Philippines
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00414092
Message ID:
00414185
Views:
26
>Thanks Vin!
>
>Whew! It's really tiresome to code in VB. I am now becoming an expert in Cut & Paste.

Inheritance for VB is not too far away ... well maybe a year or so. For now, use objects like ActiveContorl to make your like easier, eg:
Private Sub txtAddress1_Change()
    TextChange ActiveControl, oBusObjec, etc.. ' Inherited code.
    ' add any txtAddress1 specific code here.
End Sub
So it you have some code you want to fire for all Change Events (or whatever) you can maintain it in one place.
George
Previous
Reply
Map
View

Click here to load this message in the networking platform