Welcome to XL-pro Lite!  This is the 15 day evaluation version.  

NOTE: ******  The source code file XLproLite.p is encrypted!! ***********

XLproLite.r was compiled using Progress V9.1D.  You can use it as-is without recompiling.  
If you have a different version of Progress or if you need to compile the source code
for any other reason, XLproLite.p contains the encrypted source code. You MUST use a 
special compile procedure to compile encrypted code - see instructions below.  If you are 
using Progress V9.1D, you can skip the compile instructions.

============================ Compile Instructions ==============================

To compile this encrytped version, you will need to copy the 2 files XLproLite-Eval.p and 
compileXLpro-rx.p to your Progress working directory.  If you don't know where your 
Progress Working directory is, run "Proenv" from your Windows Program Group and type 
"dir /p".  

After you copy the 2 .p files (both are encrypted), run Proenv from your Windows Program 
Group for Progress (Start -->  Programs -->   <Progress or OpenEdge> --> Proenv) and type 
the following command:

prowin32 -p compileXLpro-rx.p -rx

If the files were copied to the correct directory, you will see a newly created .r file 
in your Progress working directory called: XLproLite-Eval.r.

(NOTE: file compileXLpro-rx.p is encrypted and contains only one statement:
COMPILE XLproLite-Eval.p SAVE.)


If you do not have access to a Progress compiler, please E-Mail xlpro@naturner.com 
and provide your Progress run-time version and I will send you a compiled
".r" version.

========================== Temporary Files =========================================

IMPORTANT NOTE:  XLproLite.r puts temporary files in the Progress session working directory
by default.  These files begin with "exceloutput_".  If you want to change where XLproLite.r
puts these temporary files, you can override the location by including the following
2 lines in your Progress session .ini file:

[XLpro]
XLproDirectory=C:\temp

Make sure you replace C:\temp with the actual directory name you want to use!!

====================================================================================

Change the file name from XLproLite-Eval.r to XLproLite.r. To use this Progress procedure,
 simply put XLproLite.r in your working directory and insert this code in a trigger:

RUN XLproLite.r.

It's that easy!  You can put this code in a button, on a menu, or some other trigger. 
One of our customers has the code in a global trigger that is compiled before the 
application startup program is run:

ON ctrl-F12 ANYWHERE 
  DO:   
    RUN XLproLite.r.
  END.
   
RUN myStartupProc.r.
  ..........


This way, XL-Pro Lite runs anytime the user presses ctrl-F12!  Very cool.

The FREE version puts a note in Cell A1 of every spreadsheet to let you know you are
using the evaluation version.  The purchased version will not have this note in A1.

To find out about XL-Pro Power which allows you to control the Excel output (e.g. fonts,
formatting, selectable columns, exclusions, and MANY other attributes of your spreadsheet) contact:

Neil Turner
xlpro@naturner.com
(877) 832-4065


Pricing:

XL-pro Lite: 	$99 USD for a 1 to 5 user application
		$299 USD for a 6 to 25 user application
		$499 USD for an unlimited site license that can be used
			for all your applications at your site

XL-pro Power:	$250 USD for 1 to 5 user application
		$750 USD for 6 to 25 user application
		$1,250 USD for an Unlimited Site license that can be used
			for all your applications at your site
			
			
	
May 15, 2006