In this tutorial we create a Windows Form application that utilizes the Pick Data Provider libraries.
To start, we create a simple file maintenance form with read, write, and delete capabilities.
Next, we add list box and combo box controls and demonstrate accessing data using these controls.
|
NOTE– |
Before starting this tutorial, ensure that you have activated and enabled the Demo_PickDP account, exposed the necessary files, and imported the necessary dictionary items as shown in the Database Administration Program tutorial. |
This tutorial is important for developers who want to:
become familiar with the Pick Data Provider libraries.
learn how to implement Pick Data Provider data-bound controls.
use various methods and events.
manipulate multivalue data.
call BASIC subroutines.
View the code samples for each form in this application by clicking the links below.
The application introduced here is the basis for the entire set of tutorials. The source code of the application is included on the Pick Data Provider for .NET media and can be installed using the instructions in Installing the Source Code.
This tutorial contains these sections: