Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Blank row in Grid
Message
 
À
03/02/2005 23:28:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000 SP2
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
00983737
Message ID:
00984662
Vues:
24
Hello Gurmeet,

Please see this sample application provided by Microsoft and shipped with Visual FoxPro application and try to understand the way it is written.

It will definitely help you.

Ajay Mishra

Visual FoxPro

Tasmanian Traders Sample
See Also
Creating the Specification for Tasmanian Traders | Designing the Tastrade Database | Designing and Creating the Tasmanian Trader Classes | Writing, Testing, and Debugging Tasmanian Traders | Tasmanian Traders Class Libraries | Sample Class Libraries | Client/Server Sample | Server Samples | Solutions Samples
The Tasmanian Traders sample is an example of an integrated Visual FoxPro application. The application is an order entry system for a fictional import and export company that sells specialty foods from around the world.

Tasmanian Traders provides order entry functionality, making it possible for users to:

Create new orders.
Add items to orders directly.
Select items from previous orders.
Calculate line item extensions, subtotals, and order totals adjusted for discounts and freight.
The application also illustrates user-level security by requiring users to log onto the application before seeing or editing data.

Each step in the development of the Tasmanian Traders application has been documented as follows:

Creating the Specification
Designing the Database
Creating Table Structures and RelationshipsSecurityData IntegrityDatabase MaintenanceComments about Creating the Database

Designing and Creating Classes
Application-Level FunctionalityForm-Level FunctionalityControl-Level FunctionalityComments about the Classes

Writing, Testing, and Debugging the Application Code
FormsReportsMenus and ToolbarsError HandlingDebuggingThe Main ProgramComments About the Code

To run Tasmanian Traders

Enter the following line of code in the Command window:
DO (HOME(2) + 'tastrade\tastrade')
-or-

From the Program menu, choose Do.
Choose the …\Samples\Tastrade folder.
Double-click Tastrade.app.
To open the project for the Tasmanian Traders application in the Project Manager

Type the following in the Command window:
MODIFY PROJECT (HOME(2) + 'tastrade\tastrade')
See Also
Creating the Specification for Tasmanian Traders | Designing the Tastrade Database | Designing and Creating the Tasmanian Trader Classes | Writing, Testing, and Debugging Tasmanian Traders | Tasmanian Traders Class Libraries | Sample Class Libraries | Client/Server Sample | Server Samples | Solutions Samples



--------------------------------------------------------------------------------

© 2001 Microsoft Corporation. All rights reserved.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform