******* Release Notes for ErezPP1LTR (Print Preview Control-Left To Right Direction) ******* ******** Version 1.4.1 (January 1, 2005 - Erezsoft) ******** This control was designed for Visual Basic 6, is LeftToRight direction and works on any platform of Windows 32 BIT. CONTENTS: -How to Use ErezPP1LTR -Documentation -ErezPP1LTR Files -Registering The Control -Files To Distribute -License Agreement [How to Use ErezPP1LTR] ======================= ErezPP1LTR provides comprehensive examples of VB projects. To see the examples, use your Visual Basic to load the project file: Sample_ErezPP_LTR.vbp, in the Erez Print Preview_LTR1 directory (or other directory where you preferd to install the files), or click Start, Program Files, Erez Print Preview_LTR1, Samples_Visual Basic 6. [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 [ErezPP1LTR Files] ================== The following files are needed for use of Sample_ErezPP_LTR.vbp: ErezPP1LTR.ocx - Erez OCX file ErezPP.chm - Erez help file [Registering The Control] ========================= You must register the ErezPP1LTR.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\ErezPP1LTR.ocx" or "regsvr32 c:\winnt\system32\ErezPP1LTR.ocx" etc. [Files To Distribute] ===================== When you distribute your application that uses the ErezPP1LTR control, you need to distribute the OCX file: ErezPP1LTR.OCX In order for ErezPP1LTR to work correctly, put the OCX 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_LTR1 directory. History of the ErezPP1LTR ========================= ******************************************************************************************* Release Date January 1, 2005 Version 1.4.1 The control is free of charge!! Bug fixes --------- small bugs were fixed ******************************************************************************************* Release Date March 1, 2002 Version 1.3.1 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. 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 True. 3. Added method fxMargins to set margins (centimetres) by developers before formatting pages. with the previous version, only the end user could change the margins. 4. The samples include all the code lines of changing Captions, ForeColors, BackColors of Buttons, ComboBoxes, Frames, Labels so just uncomment that lines and change them as you wish. Hebrew developers have also such lines with hebrew text. 5. 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. ******************************************************************************************* Release Date January 1, 2002 Version 1.0 First release