Personalizing VFP Applications source code from Jay van Santen's presentation he gave at the March 2008 meeting. (** NOTE ** This is only available to GRAFUG members.) Please contact info@grafug.com for password.
Advanced SQL Queries in Visual FoxPro 9 source code from Andy Kramek's presentation he gave at the February 2007 meeting. (** NOTE ** This is only available to GRAFUG members.) Please contact info@grafug.com for password.
Getting the most out of Intellisense source code from Andy Kramek's presentation he gave at the February 2006 meeting. (** NOTE ** This is only available to GRAFUG members.) Please contact info@grafug.com for password.
Kramek Data Classes Andy's White Paper on the presentation he gave at the May 2006 meeting
Report Writer Tips & Tricks Source code from Cathy Pountney's February 2001 presentation.
ClassNavigator Glenn Domeracki's modified version of Michael G. Emmons' utility. Michael's ClassNavigator makes working with programmatic classes easier and Glenn's mods that allow OLE Drag & Drop make using the utility even easier. (** NOTE ** This modified version of ClassNavigator is only available to GRAFUG members who have been given the password)
ViewEditor The ViewEditor is a utility designed to overcome many of the limitations of the VFP View Designer, providing easy access to some of the properties that are not made available by the View Designer, and allowing developers to create complex views that could only be maintained in code otherwise (downloads available for VFP 6.0 and VFP 7.0)
TimedMB Rick Bean told us that he had found a way to add time-out capability to the VFP MESSAGEBOX() for VFP 6.0 and earlier. If you don't want to wait until VFP 7.0 to get this functionality, check out his MESSAGEBOXX.PRG wrapper program