S P A C E F O L D  
data... any distance... minimal time  

logo

Downloads

Please investigate these files. We hope you find some of them useful.

Sedna Reporting Features Overview

This flash video screen cast demonstrates some of the new features in Visual FoxPro 9.0 SP2 in the reporting system.

RDLDocumenter Deployment Files

Read the proto-docs for this Reporting Services-Visual Studio integration dev tool here, and something like a creation story here.

Data Visualization in Reports with VFP 9.0 SP2 Whitepaper Source

This white paper is an integral part of the backstory for VFP-TMM, serving as an integrated walk-through of many aspects of Reporting extensibility.  VFP-TMM will excerpt from its source, herein, to illustrate many basic techniques.

Gaining Image Control Article Source

The ability to use image controls in reports is one of the subtler changes to the VFP 9 Report System, and it's easier than it may look. It's also ridiculously under-documented. This article will help. While its source is not very significant, it's included here for completeness.

Coverage and Advanced Testing Source

This article covers (no pun) some truly timeless topics, even though it is taken from session notes originally delivered in 1998.

The extensive source you'll find here is pretty interesting and has some useful utilities to show you how to leverage the shipping COVERAGE.APP application.You'll find more information on this subject here.

Log4Fox Article Source

Logging is a standard requirement in any development environment. In this article, originally published in FoxTalk January 2006, Lisa takes a classic logging library, log4j and applies the architecture to VFP. Read the article here.

A PrintJob To Call Your Own Article Source

Read the article here, and some additional followup information here.

PDF Power Article Source with bonus non-ReportListener version

Read the article here, and some additional followup information here.

Slider and ToggleButton controls.vcx

Colin proposes that a couple of new controls should be included in the standard UI toolkit for designers of virtual hardware. Having ranted about this, he then provides prototypes implemented in Visual FoxPro. You may find these controls useful in your own applications.

View Manager

View Manager is a utility that allows you to maintain a list of view definitions. You can edit the SQL statement directly, allowing you to create views that are not supported by the view designer. A built-in DBC creation wizard can be used to create both local and remote versions of your views in separate DBCs, from the common view definitions. Local and Remote versions of stored procedures can also be maintained from within the View Manager form.

Master Builder

Master Builder is a general purpose control builder for Visual FoxPro. It has a number of interesting features, including modeless operation, extendable architecture, allows class switching on the fly. Version 2.0.2 adds support for the .NullDisplay and .ShowWindow properties. Source code included. Enjoy!

SCX Viewer

SCXView is a small and compact browser for SCX/VCX files. It displays a list of objects in a VCX or VCX file in a resizeable form. Columns are Name, Class, Classlib, and Parent. Double-clicking on an item in the list allows you to view more of the fields, and edit them. PROS: You can clean up screwy classlib cross-references and other forms of VCX/SCX corruption that would otherwise require you to go back to backups. CONS: You can use SCXView to really screw up your source.