The functions contained within the Jeanie tools DLL (called JeanieComObj.dll) are in four categories:
•Iterate through the list of libraries
•Iterate through a limited list of movements
•Movement selection and details
Most programmer will not need to use all these functions. The three basic functions will satisfy most situations:
•PickMovement
•GetDetails
•ExportMovement
These three functions are found in the "movement selection and details" category.
The programmer normally presents the "PickMovement" screen to the user who will select a movement of their choice. Their selection is returned and the programmer then gets all the details with "GetDetails" function and produces a file containing the movement using the "ExportMovement" function.