*****  Release Notes for ErezPP1RTL (Print Preview Control-Right To Left Direction) *****
******                 Version 1.3.1 (July 10, 2002  - Erezsoft)                  *******
-----------------------------------------------------------------------------------------

This control was designed for Visual Basic 6, is RightToLeft direction! and requires
Windows 32 BIT Bidirectional Platform!

If you need LeftToRight direction then you are welcome to download our ErezPP1LTR control
which is LeftToRight direction and can works on all platforms of Windows 32 BIT!

 
CONTENTS:
-How to Use ErezPP1RTL
-Documentation
-ErezPP1RTL Files
-Registering The Control
-Files To Distribute
-License Agreement


[How to Use ErezPP1RTL]
=======================
ErezPP1RTL provides comprehensive examples of VB projects.
To see the examples, use your Visual Basic to load the project file: Sample_ErezPP_RTL.vbp,
in the Erez Print Preview_RTL1 directory (or other directory where you preferd to install
the files), or click Start, Program Files, Erez Print Preview_RTL1, Samples_Visual Basic 6.

If you have questions or problems using this copy,
please send E-Mail to: ErezPrintPreview@erezsoft.co.il


[Documentation]
===============
There is no printed manual.
The control has help file named ErezPP.chm.
You can run the help file by clicking F1 after loading the control. The container form 
has API function that loads the ErezPP.chm from App.Path 


[ErezPP1RTL Files]
==================
The following files are needed for use of Sample_ErezPP_RTL.vbp:

ErezPP1RTL.ocx - Erez OCX file
ErezPP.chm - Erez help file


[Registering The Control]
=========================
You must register the ErezPP1RTL.ocx file before it can be used. Fortunately the setup
program will register the control for you.
However, if you move an OCX, you must re-register the control in its new location.
You can manually register an OCX with regsvr32.exe, for example:
"regsvr32 c:\windows\system\ErezPP1RTL.ocx"
or "regsvr32 c:\winnt\system32\ErezPP1RTL.ocx" etc.


[Files To Distribute]
=====================
When you distribute your application that uses the ErezPP1RTL control, you need to
distribute the OCX file: ErezPP1RTL.OCX

In addittion, you must distribute the license file ErezPP1RTL.LIC with your application
in order that the end user will not see a nag screen. 

In order for ErezPP1RTL to work correctly, put the OCX file and the Lic file on your end
user WINDOWS\SYSTEM folder.


[License Agreement]
===================
Erez License Agreement is included at the file License.txt in the Erez Print Preview_RTL1
directory or other directory where you preferd to install the files. 


History of the ErezPP1RTL
=========================

*******************************************************************************************
Release Date July 10, 2002   Version 1.3.1

Features Added
--------------
  1.   Added method "SavePagesAsBitmaps" that let you save few or all printing pages to 
       BMP files, so you can send them to everybody. The files may be opend by doubleclick
       with the mouse. (see example)
  2.   Added method "stCharset" that let you set the Charset for the control so you can
       switch between languages whenever you need it. (see example)
  3.   Added function "gtCharset" that let you get the Charset which in used by the control
       at any moment.
  4.   Added function "gtPageNumber" that let you get the existing page number at any
       moment.
  5.   Added function "gtNumberOfFirstPage" that let you get the number of the first page.
  6.   Added method "SpreadTextToLeft" that let you force line of text to be spreaded to
       a defined left point, so you can have a block of text which is right aligned and 
       left aligned.  (see example)
  7.   Added method "fxPageNumber" that let you set the font and color for page number.
       If you don't set this then the default of the control is: fontname="ms sans serif",
       size=14, bold=false, underline=false, italic=false, color=black.

*******************************************************************************************
Release Date May 7, 2002   Version 1.2.4

Features Added
--------------
  1.   Added Property "gtPrWidth_Net" that let you get the net width of the control
       excluding leftmargin and rightmargin. This is the printed area.
       This is the printed area from leftmargin to rightmargin.
  2.   Added Property "gtPrHeight_Net" that let you get the net height of the control
       excluding topmargin and bottommargin. This is the printed area from topmargin to
       bottommargin.
  3.   Added Property "gtPrHeight" that let you get the height of the control including
       topmargin and bottommargin.
  4.   Added PrinterQuality parameter to the method "fxPrintWithoutPreview".
       Now when you want to print directly to printer without preview you can define the
       PrinterQuality.	Sometimes you should define Quality mode when you print graphics
       because some printers can't print graphics clearly unless you define Quality mode.

*******************************************************************************************
Release Date April 2, 2002   Version 1.2.3

Bug fixes
---------
  1.   Fixed bug with fonts.
       set font with local name inside brackets like Arial(Vietnamise), Arial(Turkish) etc.
       caused the control to relate only the font ("Arial") without considering the
       local name.

*******************************************************************************************
Release Date March 21, 2002   Version 1.2.2

Features Added
--------------
  1.   Added method "fxDefaultMargins" that let you set the default margins with cm value
       before forming the pages.
       The Default Margins built in the control are as follows:
       LeftMargin = 1.5 cm, RightMargin = 1.5, TopMargin = 1.5, BottomMargin = 3.5
  2.   The control has now information if a page was centered, then the Hscroll button is
       also centered when browsing pages.

Bug fixes
---------
  1.   Fixed bug with searching text.
       Searching text that exists in a centered line caused disruption.
  2.   Fixed bug with ReadPrint method to read correctly text with graphic.


*******************************************************************************************
Release Date March 18, 2002   Version 1.2.1

Features Added
--------------
  1.   Added Property "Zoom" to give developers the ability to set the zoom before forming
       pages. with the previous version, only end user could change the zoom.
       the default is 100%
  2.   "SavePrint" and "ReadPrint" methods now work also with graphic.
       If the some page includes graphic as picture, line, box etc. then it will be
       included with "SavePrint" and when you reload the page using "ReadPrint" method, it
       will include text as well as graphic.

*******************************************************************************************
Release Date March 1, 2002   Version 1.2


Features Added
--------------
  1.   End user can change ForeColor and BackColor of buttons,frames and comboboxes.
  2.   Print without preview.
       Added method "fxPrintWithoutPreview" to print directly to the printer without
       preview. just set fxPrintWithoutPreview to True.
  3.   Added method "fxMargins" to set margins (centimetres) by developers before forming 
       pages. with the previous version, only end user could change the margins.
  4.   Added method "fxToolTipCloseButton" to set the ToolTipText of the Close Button of
       the control.	
       This method is active only for registered users to let them change the ToolTipText
       of the Close Button.  
  5.   The samples include all the code lines of changing Captions, ForeColors, BackColors
       of Buttons, ComboBoxes, Frames, Labels so just uncomment the lines and change them
       as you wish.
       Hebrew developers have also such lines with hebrew text.		   
  6.   Added API function to the container Form in order to load the help file "ErezPP.chm"
       from App.Path, so you can run the help file by clicking F1 from the Preview screen.

Bug fixes
---------
  1.   Added Api function to disable the close button of the form which is the container of 
       the control. if end user clicked the close button, it caused sometimes error and
       therefore only the close button of the control is to be activated. please see it
       in the samples.
  2.   Fixed bug with printer.
       printing after centering all pages caused some messy print.
  3.   Some other small bugs fix.

*******************************************************************************************
Release Date January 1, 2002   Version 1.0    First release

