| |
|
|
|
 |
Visual FoxPro Articles |
|
|
| Streamline configuration by assigning global options with Access and Assign events in Visual FoxProIf your organization or clients have multiple instances of an application running on a network, they may find it tedious to manage the various configuration options. With our Global Options object, your application can store configuration options in one place, making life much easier for administrators and users. read more ...
|
| Implementing multi-language user interfaces in Visual FoxPro applicationsIn today's world, many companies are expanding overseas, and they usually have employees who speak different languages. Even if most employees who work for such companies can use a common language besides their own mother language, most of them are still more proficient in their own native one. Today, modern programming environments offer many features that allow software applications to be developed with multi-language support. In this article, I explores a method for handling on-the-fly string translation throughout an interface in Visual FoxPro applications. read more ...
|
| Global Access and Assign Events in Visual FoxProStarting with version 6.0, Visual FoxPro introduced _ACCESS and _ASSIGN methods. They added great flexibility for programmers. The classes can now validate the values of the properties when they're assigned, and custom code can be run when a property is read or changed. Business objects and visual classes can be created to be used in a much more "natural" way. This article will explain how to empower those properties to implement a global handler to be called when any property is read. read more ...
|
|
|
|
|
| |
|
|
| | |
|