Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order of Initialization
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00227508
Message ID:
00227916
Views:
29
>>Ordering the way your objects are initialized by using tab order doesn't seem like a particularly good design technique...you're not recommending this, are you? :)
>
>It seems harmless... then you could create a new method and property: (nActualTabOrder) to set the tab order straight? Thats only if you need a special Initialization Order.

Suppose another developer comes in (which occurs here) and makes a little change in an object or two, which alters tab order a little. Then builds & runs, and app crashes. New developer scratches head, etc...

I'd prefer not to rely on something as "distant" as tab order for instantiation...either adding objects in desired order at runtime (probably best), or grouping init code into a container (which always fires later) seems a better philosophy...

Even better, it's best to code so that instantiation order (excluding outer containers like a form) does not matter, so the issue never comes up to begin with...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform