PartNoProperty.swp - Copyright 2005 Leonard Kikstra                  07/12/2005
	Version 1.01

Dowloaded from KIKSTRA SolidWorks Resources
	http://webpages.charter.net/mkikstra/SolidWorks.html
-------------------------------------------------------------------------------

INTRODUCTION:
PartNoProperty is a SolidWorks macro that helps you 'globally' fix/set/change 
a user defined custom file property that identifies the file number/name for 
some PDM software that requires this property.  This macro works on selected 
SolidWorks documents in the current directory.  This macro ensures that the 
required custom property is defined, and that it matched the document file 
name.

If the property is defined in the model, but does not match the file name, the 
user will be prompted if the property is to be corrected/updated.
-------------------------------------------------------------------------------

DISCLAIMER:
* These macros are provided free of charge for personal use and/or reference. 
* These macros may be freely distributed, provided the original copyright 
  notices remain unchanged and intact. 
* All macros were written to work with SolidWorks 2003. 
* These macros, and corresponding files, are provided as is. 
* There are no warranties, expressed or implied, that these macros will perform 
  as indicated, perform to users expectations, or complete a specific task. 
* These macros will change the current SolidWorks document. Use these macros at 
  your own risk. Back up your data before using this macro on any SolidWorks 
  document. 

-------------------------------------------------------------------------------

VERSION INFORMATION

V1.00	07/12/2005	* Released via website (Rushed to release)
V1.01	07/13/2005	* Coded additional option checkboxes on userform

-------------------------------------------------------------------------------
CONFIGURING THE EXTERNAL DATA FILE:

GENERAL:
  * Data file must be in same directory as macro file.  
  * Data file must have same name as macro file with '.ini' extension.
  * A single line must exist that defined the custom property name to be used
    for the PDM software you are using.  See below for example(s).
  * Complete data line should be enclosed in "" quotes to allow special 
    characters to exist within the property name.

PartNoPropName=PartNo
"PartNoPropName = SB:PartNo"

-------------------------------------------------------------------------------
