GeekArticles
Database
Visual FoxProVisual FoxPro 9.0 Report Writer In Action
Author: msdn.microsoft.com |
Published: 10th Aug 2005 |
Visited: 780 times |
Add CommentFiled in: Visual FoxProMicrosoft has significantly improved the Report Writer in VFP 9.0. One of the main improvements is extensibility, which provides hooks into the Report Designer and control over output mechanisms, such as previewing and printing.
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...
• Visualize Data on a Mobile Device using Visual Studio This article is about displaying data in mobile applications built on the .NET Compact Framework platform. It demonstrates several typical data structures and their visualization on the small display of a mobile devi ...