-----------------------------------------------------------------------
PRODUCT NAME AND VERSION NUMBER
-----------------------------------------------------------------------
Proximity Functions for Access 97, 
Proximity Functions for Access 2000+ (2000, 2002/XP, 2003)
v1.1

-----------------------------------------------------------------------
COMPANY NAME
-----------------------------------------------------------------------
Peter's Software - MS Access Shareware and Freeware for Developers
http://www.peterssoftware.com

-----------------------------------------------------------------------
DESCRIPTION
-----------------------------------------------------------------------
"Proximity Functions" is a set of MS Access modules, forms and controls that you can use to easily add professional functionality to your MS Access application without programming. By simply importing a few modules, then copying and pasting one control next to a text control on your form you can add Windows-standard file open/save dialogs, folder browse dialogs, color selection dialogs, a fantastic calendar date picker dialog, and more. 

-----------------------------------------------------------------------
NEW AND SPECIAL IN THIS RELEASE
-----------------------------------------------------------------------
Version 1.1
	Contains code to support controls on tab control pages.

-----------------------------------------------------------------------
HARDWARE AND SOFTWARE REQUIREMENTS
-----------------------------------------------------------------------
Requires Windows and either MS Access 97, MS Access 2000, MS Access 2002/XP, or MS Access 2003.

-----------------------------------------------------------------------
INSTALLATION INSTRUCTIONS, GETTING STARTED TIPS, AND DOCUMENTATION
-----------------------------------------------------------------------
**************
*** Step 1 ***
**************
Open the downloaded zip file.

This file is named "prx.zip", or "prx_10.zip". Double-click it to open the zip file archive.

**************
*** Step 2 ***
**************
If you use Access 97, extract the "prx97.mdb" file to a folder on your computer.

If you use Access 2000, 2002/XP, or 2003, extract the "prx2000.mdb" file to a folder on your computer.

**************
*** Step 3 ***
**************
Open the extracted file to see the demo. To implement any of the examples in your application, follow the instructions on the example form.

**************
*** Step 4 ***
**************
The tag properties of some of the example buttons can change the way that the dialog behaves. Here are detailed instructions on how to use the tag property for each example.

1. File open/save dialog

The button tag property can change the dialog title and which file types are filtered. The tag text should be semi-colon delimited and follow this format:

title;filter desc 1;filter item 1;filter desc 2;filter item 2; ... filter desc N;filter item N;

... where "title" is the title of the dialog, "filter desc N" is the text that appears in the "Files of Type" combo box, and "filter item N" is the actual file filter (ex.: "*.mdb' without the quotes).

"All files (*.*)" is always included in the "Files of Type" combo box.

Example:

Please select a Word document...;Word Documents (*.doc);*.doc;Word Templates (*.dot);*.dot;Text Files (*.txt);*.txt

2. Folder browse dialog

The button tag property is used as the folder browse dialog title. If the button tag property is blank then the default title is "Please select a folder...".

-----------------------------------------------------------------------
IMPORTANT KNOWN PROBLEMS
-----------------------------------------------------------------------
None known at this time.

-----------------------------------------------------------------------
VERSION HISTORY
-----------------------------------------------------------------------
Version 1
	"Proximity Functions" is entirely new

-----------------------------------------------------------------------
PRICING INFORMATION
-----------------------------------------------------------------------
Free!

-----------------------------------------------------------------------
CONTACT INFORMATION
-----------------------------------------------------------------------
http://www.peterssoftware.com
http://www.peterssoftware.com/prx.htm
info@peterssoftware.com

-----------------------------------------------------------------------
DATE OR COPYRIGHT DATE, AND OTHER LEGAL INFORMATION
-----------------------------------------------------------------------
Released 8/16/05
Copyright 2004-2005 Peter's Software