reportman (version 0.1.0.0) | index c:\python23\lib\site-packages\reportman.py |
This file is copyright 2004 by Shawn L. Church. Permission to copy, use,
and distribute this file is granted in accordance with the wxWidgets license
agreement found at http://wxwidgets.org/newlicen.htm
This module implements python bindings to the ReportMan ActiveX control.
For more information on ReportManager see: http://ReportMan.sourceforge.net
Requirements: ctypes module. To download see: http://starship.python.net/crew/theller/ctypes/index.html
Limitations: Currently implemented for Windows only although Linux should work with
a change to the _rp_lib= statement to reference the Linux shared library for Report Manager.
INSTALLATION: 1) Install ctypes module if necassary.
2) Copy reportman.py to Python site-packages directory
TODO: 1) Implement Cross-platform compatibility with Linux. Should also
also implement MAC compatability but I have no way to test this.
2) Add capabilities to export other ReportManager-supported file types
such as excel, CSV, text, etc.
3) Add remote printing capabilities.
USAGE: 1) Import reportman module
2) The ReportMan class is provided for general use. It takes
care of opening and closing the report handle.
3) The rp_* functions are available for low level access to the
Report Manager API.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__version__ = '0.1.0.0' |