GLR
 Software web site
7/29/2010
Visitor: 105790


 Home
 LifeCycle utilities
     Build
     FUnit

 Consulting Services
 Web Site Development
 Careers

 Articles
 Links & Resources
 Tips and Tricks
 User Comments

 Free Downloads

 About Us
 Pictures
 My Blog
 Contact Information
 Email Us
 Fun Stuff
 Email a Friend
 Google Analytics

 Add to Favorites
 Printer Friendly

  Updated since last visited.
 Now viewable in:
Microsoft IE ® 5.0+
Netscape ® 7.0+
Opera ® 7.54+
Mozilla FireFox ® 1.0+

Fox with Sheep


Downloads


If you have any freeware type of downloadable products that you would like GLR software to host, please Email the product to us as an attachment, with a short description.

If you have any problems downloading the file you desire, please email me at Greg@GLRsoftware.com and I will send you the file via email. Please include the title of the file(s) you attempted to download. Also, if possible, include the nature of the problem.

Thank you.


Sort by:

Application

Beautify.app with code exclusion
DL: 69 Size: 27 K Updated: 5/18/2010       Author: Greg Reichert
This is an enhanced version of the Beautify.app that is found in the xSource folder. It provides simple means to mark code as excluded from being beautified. Review the comment section of Beautify.prg for instructions.

Update: Now allows to select which Command Statements to be excluded from having indention changes.


FUnit - Unit Testing in VFP
DL: 796 Size: 96 K Updated: 8/22/2007       Author: Gregory Reichert

FUnit is a NUnit like utility for Unit Testing FoxPro applications. The developer write the test cases in the method that will be tested. The FUnit utility scans the application object modal searching for the test cases. Once found, they are extracted and executed. In addition, Code Coverage can be done as the tests are being executed. Therefore you can see what lines are being tested.

View the entire documentation on line at the FUnit - Unit Testing page.




LifeCycle - Build Phase - 1.01.01 bld 544
DL: 1124 Size: 2474 K Updated: 1/12/2006 5.0  Author: Gregory L Reichert

The purpose of LifeCycle - Build Phase utility is to provide a central application to automated as much of the built process as possible without have to clone code, or replicate the procedure for different projects. It also provides the means to schedule automated builds for daily builds.

Overview

During any development cycle there is point when a project needs to be built into executables. There are different kinds of builds that can take place; the standard build done by the developer to build a local copy of the executables, the Debug or Test Build for the Testers, the Production Build to be distributed to the customers, and possibly many more other types between these builds. The purpose of LifeCycle – Build Phase utility is to provide a single place where all these different types of building processes can be created, maintained, and executed.

LifeCycle - Build Phase utility allows the developer and/or build manager to automate if not all, then most, of the tasks involved in building the pieces to run-time applications. The utility provides a list of all the projects in the overall project, and displays them in hierarchical listing based on dependency. But the main feature of the utility is the Build Styles. Each style is related to a list of Task steps, called the Build Script. The Scripts are performed during the build’s run process. Each of these tasks is a separate entity, which can be either added or removed from the build script at design-time. The build script tasks are creating as standard VFP Class Methods. No special PEM are required to identify the method as a build task, just a few extra comment line are required.

The LifeCycle – Build Phase Light version has a few limitations over the registered Professional version. But these limitation can be removed when the user purchase the Authentication Code that transforms the Light version into the full feature Professional version.

Click here to read more detailed information about LifeCycle – Build Phase.

Installation Instructions

1. Download the self-extracting ZIP file called lcBuild.exe from GLR software web site.
2. Execute the self-extracting ZIP file.
3. Accept all default settings.
4. Open any version of Visual FoxPro of version 6.0 or greater.
5. Change directory to C:\LifeCycle.
6. Perform "DO Demo"
7. When the Authentication Code dialog appears, click the "Skip" button.
8. Then you are in.

Versions

This is the finished release version of the LifeCycle - Build Phase utility version 1.0. If you downloaded the previous Beta version, please delete it before installing this version. Many features and construction of the utility has changed since the Beta release.

Build History

1.01.01 : (08/26/2005) : Build 544

  • Slight refactoring of code to enhance startup speed and performance.
  • Minor bug fixes.
1.01.00 : (08/22/2005) : Build 540
  • Loads and runs in VFP 6.0 correctly without C0000005 error.
  • Correctly assigns valid value to MousePointer properties.
  • Other minor adjustments.
1.00.00 : (08/17/2005) : Initial release - build 535

Please send any comments, suggestion, or bug issues to LifeCycle@GLRsoftware.com




Class Libraries - Application Level

SysObj - Access 100s of system resources
DL: 847 Size: 384 K Updated: 4/22/2010 4.0  Author: Gregory Reichert
Like the the VFP9's My class, SysObj classes encapsulates many of the FoxPro and System features into a structured class and subclasses. Allowing access to the computer system through a set of objects. With 800+ methods, and growing, nearly the entire system is at your disposal. With as big as the object model is, instantiating is fast with the "Instantiate When Need" aspect of the model. The module has been renamed to SysObj.app to prevent confusion with other applications with a module the name System.app. The object is generated with a single statement of My=SysObj().
Included is the WMI module, that provide access to 1000s of Windows Management Instrumentation properties.


AppStart - Auto-Update Application Starter
DL: 4569 Size: 144 K Updated: 2/8/2007 4.0  Author: Gregory L. Reichert
The purpose of this application is insure that the local copy of the application, and it dependent files, are always up to date. The remote copies of the application can be located either on LAN/WAN server, HTTP web server, a FTP site, or even an Email attachment. In addition, the AppStart can install a local copy of the entire application with only two local files present (with VFP run-time).


AuthCode - Authentication Code- ver. 2.02
DL: 3610 Size: 87 K Updated: 6/15/2006 4.0  Author: Gregory L. Reichert
AuthCode, or Authentication Code, is an add-on form that makes the application into an evaluation copy type. The user can use the application until either an expiration date or count runs out, or they have registered it by entering an authentication code. At which time the application will stop asking for the code, and expiration is removed.

What's New in 2.0

More ways to generate the unique user code

  • Hard Drive Volume Number
  • Motherboard Serial Number
  • User and Machine name
  • Current Domain Name
  • Company Name
  • Logged On Server name
  • User name only
  • Computer name
  • Network Card Number

12/19/2005
Included NameValue.prg in the zip file.

06/09/2006
Included missing files from the West Wind XMl class.




Encapsulates the SYS() and SET() function as methods.
DL: 1363 Size: 13 K Updated: 12/21/2005 4.0  Author: Gregory L. Reichert
This object encapsulates the SYS() and SET() functions in methods of a class. This allows the developer to use these function by named instead of sum number. Plus it provides more readability of the source code.

I throw this class together because I was struck by a wish from the VFP ver 10 Wish List at http://fox.wikis.com/wc.dll?Wiki~VFPVersion10WishList~VFP. I took the idea and extended to not only the SYS() function, but also the SET() function.

PUBLIC System        && declare variable like a NameSpace.
m.System = System()        && Create the Object

*- Get a new Unique Filename
NewFile = System.LegalFilename()

*- Set a new value and save the last old value.
OldBlockSize = System.Set.BlockSize( 10000 )
...
*- reset the last old value
System.Set.BlockSize( OldBlockSize )

12/15/2005

Included classes that encapsulate the SysMetric(), FontMetric(), Home(), and OS() functions as named methods.




Remotely terminate application across the network.
DL: 6647 Size: 25 K Updated: 3/24/2005 4.7  Author: Gregory L. Reichert
Monitor and remotely terminate running application from across the network. Great for those times you need to force users out of applications they have left running.


Shared Context Object
DL: 1991 Size: 99 K Updated: 3/24/2005       Author: Gregory Reichert
Allows two or more applications to share the same variable or context. When a variable's value is changed, all participating applications receive the same change. Therefore all participating applications act as a single application.


WMI - Access as an Object model
DL: 202 Size: 9 K Updated: 6/16/2009       Author: Gregory L. Reichert
Allows access to hundreds (450) of WMI object`s and their properties from a single class heritage.

Somehow the ZIP became corrupted, fixed now.

Examples:
    oWmi = WMI()
    ? owmi.CDRomDrive.description
    ? owmi.Printer.GenericPostScriptPrinter.Caption
    oWmi=0



Task Server
DL: 2665 Size: 194 K Updated: 3/24/2005       Author: Gregory Reichert
The Task Server control allows one or more application to off load non-interactive operations to be performed externally. For example, reports can be printed in the background, either on the same machine, or on dedicated machines for printing reports. In addition, it can replace those multiple timer we place all over our applications. As an internal task server, you can push, pop, suspend, and resume timed tasks. Both internal and external tasks can be set to be preformed at a specific time and then repeat after a duration or self-remove once preformed. A call back can be established to send a notification to the client application.



Class Libraries - Control level

Add-only Editbox
DL: 2070 Size: 6 K Updated: 3/24/2005 1.1  Author: Gregory Reichert
When journal action is required with an edit box control. This object allows that only newest entries to be added and previous entries are not editable. An optional audit timestamp can be added as a divider.


Editable List box
DL: 1686 Size: 4 K Updated: 3/24/2005       Author: Unknown
From an unknown author, a listbox that can be edited directly in the list. Either double-click or press Enter to edit. If anyone knows who wrote this, email me, so I can give proper credit to the author.


Selector List
DL: 2818 Size: 29 K Updated: 3/24/2005 2.5  Author: Gregory Reichert
Place a Mover List Boxes in the area of a single List Box. In addition, the alphabetic selector is a slider bar. This aids for application being converted for touch screen implementations.


Simplest Treeview
DL: 3737 Size: 10 K Updated: 1/16/2006 5.0  Author: Gregory L. Reichert
This control is a simple treeview using the WebBrowser control and a HTML file to drive a VFP form. The tree itself is a standard html outline using the <UL>/<LI> tags. What make this the simplest, is that the only one OnClick event is established, and that is at the first (or root) <UL> tag.


Strikeout Listbox
DL: 1966 Size: 5 K Updated: 3/24/2005       Author: Gregory Reichert
Display excluded or deleted entries as strikeout entries. It helps for applications with journal styles of data entry.


Using IE control and HTML pages to drive Fox programs
DL: 3460 Size: 132 K Updated: 3/24/2005       Author: Gregory Reichert
Embed the IE control in you application and use HTML pages to control the Foxpro program.


Class Libraries - Form level

Auto resize controls on any Form
DL: 2806 Size: 8 K Updated: 4/4/2007       Author: Greg L. Reichert
This tiny control resizes controls on forms. Just drop this control on any form. Set the TAG properties of the controls you wish to resize to a combination of T,L,H,W. And place a thisform.refresh statement in the form's Resize event. That is all there is to it. Now work properly in VFP 6.0.


AutoClose form after N seconds
DL: 2141 Size: 4 K Updated: 9/9/2005       Author: Gregory L. Reichert
Automatically closes a form after N seconds of inactivity from the user. Based on Timer class.


AutoHide a Form
DL: 3320 Size: 7 K Updated: 3/24/2005 0.7  Author: Gregory Reichert
Automatically hide any form behind the VFP desktop. Pop it back out when the mouse is hovering over it. The AutoHide class can be dropped on any form to provide the ability for the form auto hide itself behind the VFP border. This is similar to autohide feature found in windows desktop toolbars.


Changing Colors and Styles of controls at run-time
DL: 2585 Size: 17 K Updated: 6/18/2009       Author: Gregory L. Reichert
This object, when dropped on a form, automatically sets the colors and other properties of all the controls on the form to those that match the same properties on the Style object. Set the properties value once on the Style control, and when the form is ran, and then all the controls with the same property have the same value. The only exceptions are those controls that have set the same property explicitly. Works in VFP 6.0 and greater.


Remember form position and size v.1.52
DL: 3527 Size: 31 K Updated: 9/7/2005 5.0  Author: Greg Reichert

Have your clients ever ask to have their forms remember their position and size? This neat little control does just that. Now works with VFP 9.0 Anchors. Just drop it on any form, and it will remember its position and shape. The properties are saved in the registry for each user that can log on to the workstation. Now the settings can be either stored in the registry, a network table, or the local FoxUser resource file.

1.52 - fixed mis-spelled variable name - thanks Harry Nunn.


Others

Dot
DL: 1463 Size: 52 K Updated: 3/24/2005       Author: Gregory Reichert
For those who can remember the dBase days, here is a FoxPro command prompt interrupter. It can even create and run PRGs.


Reset
DL: 1994 Size: 19 K Updated: 6/18/2010       Author: Gregory Reichert
This command is missing in Foxpro, the ultimate environment reset program.


Scan Project for Text
DL: 1595 Size: 5 K Updated: 3/24/2005       Author: Gregory Reichert
Search all files referenced in one or more projects for all existences of a text string.


ProjectHooks

Pack VCX/SCX before build.
DL: 590 Size: 2 K Updated: 9/27/2006       Author: Greg Reichert
Packs the Class Librarys and Form files before building applicaition to reduce file bloat.


Updates Release Notes
DL: 51 Size: 15 K Updated: 8/14/2009       Author: Greg Reichert
Renames a release notes file by adding the current project version number, adds it (excluded) to the project before building.


Multiple ProjectHooks
DL: 1265 Size: 137 K Updated: 11/17/2009       Author: Gregory L. Reichert

Loads multiple ProjectHooks into a single project manager, and maintain each as seperate classes and class libraries. This is great for when you have separate project hook classes, and like to use them all, but do not want to spend the time combining them into a single project hook. This zip file contents the pHook projecthook, plus all the projecthook in the following list. The demo project uses some of the project hooks as examples.

New to version 1.50
Add the Project Hook Manager form.
    -   Add new Project Hooks to the list.
    -   Remove Project Hooks from the list.
    -   Disable project hooks in the list.
    -   Help screen.
New project hooks:
    -   Switch to Project Orientated TaskList table.
    -   Strip printer info from Report forms.

New to vers 1.51
pHook.vcx
- Fixed QueryNewFile.
- Recurs the Activate and Deactivate events.
- Consolidate common code.
- Add Version property
phTaskList.vcx
- Switch Tasklist when more then one PM open.
ph_Manager.scx
- minor fixes.
- Regenerate PHL file only when something changes.

Version 1.60
- Moved the ph_Manager form into the pHook.vcx class library.
- Removed the ph_Manager Project and Application.

The following is a list of Project Hooks I have found while looking around the web. If you like to contribute your project hook, email it to Work@GLRsoftware.com. Include your name and email address, plus a short description of the purpose of the project hook.

Thank you, Greg.

 
 



Backup file before it is opened.
DL: 1383 Size: 2 K Updated: 11/22/2006       Author: ??? Fox.wiki
Generates a backup of files before they are edited.


Change file attribute to read/write before build.
DL: 833 Size: 3 K Updated: 3/24/2005       Author: FoxPro Advisor By Tamar E. Granor, FoxPro Advisor Technical Editor, Christof Lange, FoxPro Advisor Contributing Editor, and Pamela Thalacker, FoxPro Advisor Contributing Editor
Before the build, changes all read-only files to read/write. Then after build, they are reverted back to read-only. This prevents errors during the build with files under SCC that are not checkout.


Code Commenter
DL: 603 Size: 5 K Updated: 11/22/2006       Author: Gregory L. Reichert
Set Function Keys to allow the developer to quickly insert standard comment blocks in their code. These include file, procedure headers. Reminder comments: Documentation, ToDo, BugBug, etc. Code revision comments, and more.


Create activity text log of project events
DL: 967 Size: 2 K Updated: 3/24/2005 4.0  Author: Gregory L. Reichert
Simple Project Manager log recorder to record activities performed on files in a project file.


Create ZIP backup of Project Files.
DL: 1452 Size: 67 K Updated: 11/22/2006       Author: Boudewijn Lutgerink
Generates a unique zip backup file containing all the files referenced in the project file.


Force Project Manager to be MDI
DL: 351 Size: 2 K Updated: 11/21/2006       Author: Gregory Reichert
Allows the project manager window to be moved outside the FoxPro main desktop. Suggested from a thread on the UT. Thanks.


Free DLL from IIS or PWS
DL: 837 Size: 4 K Updated: 11/22/2006       Author: Claude Fuchs (cfuchs@ActiveVFP.com)
This code will Unload the Web App on the LOCAL machine running Windows NT, Windows 2000, XP, .NET Server or cycle PWS thereby freeing any used VFP COM DLLs allowing them to be rebuilt. This code DOES work with Microsoft Personal Web Server.


Free DLL from IIS.
DL: 738 Size: 2 K Updated: 3/24/2005       Author: Trevor Hancock (trevorh@Microsoft.com)
This code will cycle IIS on the LOCAL machine running Windows NT, Windows 2000, XP or .NET Server, thereby freeing any used VFP COM DLLs allowing them to be rebuilt. This code does NOT work with Microsoft Personal Web Server.


Project Orientated TaskList
DL: 662 Size: 2 K Updated: 3/24/2005       Author: Gregory L. Reichert
When opening a Project, set the TaskList table to a local table that is orientated to the current project.


QueryCloseFile and QuerySaveFile event
DL: 687 Size: 5 K Updated: 3/24/2005       Author: Gregory L. Reichert
Long needed QueryCloseFile and QuerySaveFile events. The QueryCloseFile event is fired when an open file from the Project Manager is closed. The QuerySaveFile event is fired when an open file is closed and had been changed since it was opened.


Send Email Notification.
DL: 1313 Size: 3 K Updated: 3/24/2005       Author: ??? msdn.microsoft.com
Send an email notification project to team members when files are added, modified, or removed from the project.


Set default path to project file location.
DL: 1090 Size: 2 K Updated: 3/24/2005       Author: Gregory L. Reichert
Set the current folder to the project file folder.


Stripe Printer Information from Reports
DL: 1450 Size: 3 K Updated: 4/15/2005       Author: Pete Sass
To clear printer specific information from reports in currently loaded project.


User Defined Functions

Query - Use SQL to manage various types of lists
DL: 3159 Size: 715 K Updated: 3/23/2009 4.0  Author: Gregory L. Reichert

Version 2.22 (VFP 9.0)

Yes, it's back.. But a new and improved version. Faster, Cleaner, and Extendable. I took a little time and rewrote the entire routine to allow the developers to add their own data drivers and cleaned up the code so I can better manage it (the first version became unmanageable.)

Query is a single function that allow you to manipulate various types of lists of data sources (Collections, Arrays, Cursor, XML data, delimited strings, and etc) with the standard SQL statements.

Use a standard SQL statement to filter, sort, combine data sources, and then convert to a different data source. Also, with the Update, Insert, and Delete SQL statement, you can manage the lists as if they were cursors.

Download it here.

Select from a Collection for items starting with "M" and output the sorted results to an Array.
TEXT TO lcSQL NOSHOW TEXTMERGE PRETEXT 15
SELECT * FROM Collection oColl
    WHERE left(name,1)="M"
    ORDER BY item
    INTO ARRAY laDest
ENDTEXT
lcnt = Query( lcSQL )

Get a list of files from a folder (and child folders) that have been modified after a specific date and place thier names (and paths) into a delimited string.
lcStr = ""
TEXT TO lcSQL NOSHOW TEXTMERGE PRETEXT 15
SELECT padr(alltrim(Path)+alltrim(Name),100) AS FileName
    FROM File ".\*.txt" Recur
    WHERE Modified >= {01/01/2009} and Archived
    ORDER BY FileName
    INTO String lcStr (comma,crlf}
ENDTEXT
lcnt = Query( lcSQL )

Update the Archived file attribute for a list of files in a delimited string (lcStr).
TEXT TO lcSQL NOSHOW TEXTMERGE PRETEXT 15
UPDATE file ".\*.*"
    SET Archived = .F.
    WHERE PADR(ALLTRIM(Path)+ALLTRIM(Name),100)
    IN (select * from String lcStr {comma,crlf})
ENDTEXT
lcnt = query( lcSQL )

Load a ListBox from a INI section. (These's a ComboBox version too.)
TEXT TO lcSQL NOSHOW TEXTMERGE PRETEXT 15
SELECT iniName, iniValue FROM INI ".\Test.INI"
    WHERE iniSection="Main" INTO ListBox oList
ENDTEXT
lcCnt = Query( lcSQL )

Delete a item from a INI file.
lcCnt = Query([DELETE FROM Ini ".\Test.INI" WHERE iniSection="Main" and iniName="SomeThing"] )

If you are interested in see this in action, you can download a copy here and run the Demo.prg program.

2.00.0049 - Release of version 2.0
2.00.0056 - Minor fixes
2.00.0129 - Minor fixes and more drivers
2.00.0165 - New driver
2.10.0207 - Simplified driver interface, and now over 30 drivers
2.10.0208 - Loaded current drivers into the APP, but it still will look for addition external drivers in the Data_Drivers folder. This make the tool better for distribution; the drivers do not have to be distributed in the data_drivers folder.
2.10.0249 - More drivers - 41 to count
2.11.0392 - Minor fixes and File.prg is now optionally recursive.
2.11.0475 - A few adjustments to some of the drivers.
2.22.0843 - More drivers.

In list below, you can now download individual drivers as they become available or updated. The driver may have icons to indicate wheither the driver is New (), recently Updated (), or currently under development (). Updated and New icon will disappear when new releases of the Query tool are uploaded.

It was brought to my attention that the individual driver links were all broken. Some browser (or settings) were preventing the download of actual .PRG files. I have converted them to .ZIP format to fix the problem. Sorry. GLR

  • Query.app (Internal)
    • Driver Template: Base Query driver template. Used to create new drivers.
    • Driver: Read and Write to Query Data Drivers informaton.
  • General Visual FoxPro
    • DLL: Read current DLLs loaded in FoxPro.
    • Call Stack: Read VFP Execution Stack.
    • Paths: Read various Paths.
    • zip (VFP Program Info): Read Source Code (prg) using aProcInfo().
    • Source Code: Reads zip source code as text.
  • Variables
    • Array: Read and Write to Arrays.
    • Collection: Read and Write Collections
    • Keyword: Read List of VFP Keywords.
    • String: Read and Write Delimited String.
    • Variable: Write output to a single variable.
    • Set: Manage VFP SET commands.
  • Objects
    • Class Library: Read Only from Class Library using AVCXClass() function.
    • ComboBox: Read and Write ComboBox items.
    • ListBox: Read and Write ListBox items.
    • PEM: Read Object's PEM information.
  • Database
    • Database: Read and Write to DBC Database Container
    • Cursor: Read and Write to Standard VFP Cursors
    • Field: Read and Write table structure
    • IndexTag: Read and Write Table Index Tag information.
    • ODBC: Read ODBC Data Source Information
    • SQL: Read from SQL source via Connection String.
    • Table: Read and Write standard Tables.
  • Files and Folders
    • File: Select,update,create,delete files for a folder. li>
    • CSV: Read and Write CSV files
    • XML: Read and Write XML Files
    • External: Read and Write other file types (Excel,CSV,SDF,FoxBase,Fox2XDelimited)
  • Computer Environment
    • Drive: Read and Write to Hard Drive drives
    • Environment: Read Only System Environment Variables
    • Event Log: Read Only System Event Logs.
    • File User: Read a list of filename and owners from network.
    • Graphic: Read Graphic / Monitor matrix
    • INI: Read and Write to INI files.
    • Locale: Read System Locale information
    • Network Resource: Read List using NetResource
    • Printer: Read List of printers.
    • System Processes: Read List of System Processes.
    • Registry: Read and Write Registry Entries.
    • Screen: Output various destination line Browse window, reports, etc.
    • Window Services: Get a list of current windows services.
    • Task: Read and Write System Tasks.
    • User Groups: Read Security Group for Users.
    • Users: Read list of logged in users.
    • DSN: Reads registried DSN drivers.
    • Time Zone: Read Time Zone information.
  • Internet
    • FTP: Read and Write from a FTP Site.
    • RSS: Read RSS feed.
  • Miscellanious
    • Excel: Read and write from Excel.
    • Outlook Contact List: Manage Outlook Contact list.
    • Spell Check: Spell Check a string.
    • Zip: Manage Zip files via vfpCompression.fll.

  • Update Coming
    • Simaphore: Manage windows semiphore.
    • Active Directory: Manage Active Directory.
    • AJAX: Read and write via an AJAX connection.
    • ClipBoard: Manage windows Clipboard.
    • DynaZip: Manage zip files using DynaZip.
    • Font: Manage Windows Fonts.
    • EmailCDO: Manage EMail via CDO.
    • Message: Manage Message Queue.
    • Outlook: Manage Outlook email.
    • PrintJob: Manage windows Printer Spooler.
    • WebService: Access Web Services.
    • Window: Read windows Rectangle data.
    • WMI: Generic WMI access.
    • CursorAdapter: Access data source using CursorAdapter.
    • Fax: Write to fax number.
    • PDF: General result to a PDF file.

I am looking for any drivers you may have developed for the Query tool. If you have one or more or even an idea for one, please contact me at Query@GLRsoftware.com. Thank you. Greg




Folder Walker
DL: 2104 Size: 1 K Updated: 3/24/2005 5.0  Author: Gregory Reichert
Walk down sub-folders and perform a routine on each folder.


Foxtools.fll replacement
DL: 2531 Size: 11 K Updated: 3/24/2005       Author: Gregory Reichert
Foxtools string functions and other useful functions written in Fox.


Multiple File Selection GetFile().
DL: 1520 Size: 4 K Updated: 6/29/2007       Author: Unknown
The GetFile() function with the ability to select more then one file at a time.


Persistent Name / Value pair
DL: 1034 Size: 7 K Updated: 12/19/2005 5.0  Author: Gregory L. Reichert
Save and retrieve Name / Value pairs to Registry, INI, Table, XML, FoxUser Resource file, or an array. No more wondering how to control any these mediums. One function does it all.


Read and write to registry
DL: 1581 Size: 2 K Updated: 3/24/2005       Author: Gregory L. Reichert
Read and write to the registry in a simple name / value pair fashion.


Spell Checker
DL: 1406 Size: 2 K Updated: 3/24/2005 5.0  Author: Gregory L. Reichert
This routine uses Google's spelling correction feature of their search engine to perform spell checking.


Useful Routines
DL: 4126 Size: 15 K Updated: 3/24/2005       Author: Gregory Reichert
String, File, Array, Printer, and Date/Time routines.


 


Style:

Quote of the Day:
It is better to have and not need, then it is the need and not have.

Favorite Sites
Univeral Thread
FoxForum
Foxite
Visual FoxPro Wiki
Fox Central
Hentzenwerke Publishing
Microsoft Visual FoxPro
Leafe
VFPx CodePlex
FoxLANWeb

Universal Thread







© 2003-2010   GLR Software - Gregory Lynn Reichert.    All rights reserved.