Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where to put the code?
Message
From
21/08/1998 15:02:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Where to put the code?
Miscellaneous
Thread ID:
00128883
Message ID:
00128883
Views:
65
Let's say I have a form that has a 'Save' button.

What is the proper or most prefered place to store
the code associated with this action? I have come
up with three possibilities and in the most intuitive,
but perhaps not most optimal order:

1. cmdsave.click() - self contained and easy to find

2. thisform.save() or this.parent.save()- almost as easy
to get to the code, and can be called from the button,
menu or toolbar.

3. object.savemethod() - most obscure and least familiar
to me

Does any of this change if I couple the save button with
add, next, prev into a container?

Your thoughts on this matter will be appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform