|
Version History |
|
Version 2.7.356 [May 04, 2011] |
May 4, 2011:
| | Install did not have correct folder to install Theme Editor when installing for the old IDE (Clarion 6.3 and older) causing an error during install. Fixed. |
Version 2.7.355 [May 4, 2011] |
April 30, 2011:
| | Installer installed the ITPreviewerClass.inc and ITPreviewerClass.clw into %root%\libsrc\win under Clarion 7 instead of %root%\accessory\libsrc\win Fixed. |
Version 2.7.351 [December 21, 2010] |
December 4, 2010:
| | Legacy code was being generated into ABC code for "Condition for use". Fixed. |
November 11, 2010:
| | "Condition for use" did not work properly with Legacy applications. Fixed |
Version 2.7.349 [July 1, 2010] |
June 21, 2010:
| | The ITCSVExportClass.clw file was not installed for Clarion 7. Fixed |
| | CSV option caused code to generate unconditionally on CPCS reports and caused compiler errors. Fixed. |
| | Bug in Clarion 7 makes it difficult to to place "Save buttons" or other control templates on the toolbar. Solution: Place control templates on the window and then drag them to the Toolbar. When prompted if you want to move the controls into the Toolbar, click YES. |
Version 2.7.346 [June 7, 2010] |
June 7, 2010:
| | Support for Clarion 7.2 added to installer. |
May 6, 2010:
| | Added PreviewerTargetDemo that shows how to implement SV report output targets. |
April 18, 2010:
| | CSV export did not work with CPCS reports. Fixed. |
Version 2.7.342 [March 15, 2010] |
March 3, 2010:
| | Toolbar in Previewer did not have a use variable. Fixed. |
March 2. 2010:
| | CSV button had the wrong icon name generated by the template. Fixed. |
| | CSV global class was not always exported correctly for multi-dll applications. Fixed. |
| | CSV global class declaration did not have the correct attributes resulting in the CSV option not to work if the previewer procedure was in a different application file than the report. Fixed. |
January 19, 2010:
| | Added option for 7 button in Save Buttons control template. Note that if you get a compiler error you need to remove the Save Buttons control template and re-add it to the toolbar in the Previewer procedure. |
| | Added 5 new embeds into the EnableC6Buttons routine. |
| | Added support for Office Inside Excel (XLM) export. |
| | Added support for Fomin Report Builder DOC and RTF export. |
Version 2.7.330 [December 7, 2009] |
December 6, 2009:
| | The "Call Previewer" extension caused the Embed editor in Clarion 7 to crash. Fixed. |
August 19, 2009:
| | If the "Print to selected printer" template was used and a page range was specified, the page range was being reset when the printing was done. Fixed. |
August 18, 2009:
| | Extra END in the CONTROL section of the ITPCSVSaveButton (beta testing) template. Fixed. |
February 9, 2009:
| | ITPrevTargetDemo.app included in the install. This demo app is the same as the PreviewerDemo.app except it includes the PDF, HTML, TXT and XML export target templates. |
January 22, 2009:
| | Missing setting a template symbol in ITPEXT2.TPW Fixed. |
Version 2.7.319 [January 1, 2009] |
January 1, 2009:
| | Missing setting a template symbol in ITPEXT.TPW Fixed. |
| | %ITPTemplateName was still referenced in ITPEXT.TPW. Removed. |
| | Redeclaration of several (new) symbols in ITPEXT.TPW. Removed. |
| | Missing declaration of two symbos in ITPWIZ.TPW. Fixed |
| | Misc chapter added to documentation, containing the License Agreement, limitations and contact us. Also includes this version history list and a list of installed files. |
Version 2.7.318 [December 31, 2008] |
December 31, 2008:
| | Missing symbol declaration in ITPWIZ.TPW. Fixed. |
Version 2.7.317 [December 29, 2008] |
December 10, 2008 - December 31, 2008:
All template and source code now has version information in it
Bug tracking set up at http://icetips.fogbugz.com
Install is now compatible with Clarion 7.
April 30, 2007:
| | 5th button in Save As Button template did not have any code on it. Fixed. |
Version 2.60.100 [November 9, 2007] |
November 9, 2007:
| | OMIT() in ITPreviewerClass.INC caused problems in Clarion 6.3 build 9057. Fixed. |
| | Page of Pages template had an Include() statement for the Icetips Utilities. Removed. |
| | Page of Pages template needs to have the Icetips Utilities Global template added. Currently this is just documented as a note on the template. In next build I will make the utilities template required by the Page of Pages template since it is absolutely dependent. |
| | New install built for version 2.60.100 |
Version 2.600 [October 2, 2007] |
October 2, 2007:
| | The demo app was using CSIDL_COMMON_APPDATA\Icetips Creative\Previewer Demo\Data as data path. Changed to use CSIDL_COMMON_APPDATA\Icetips Creative\Previewer Demo |
| | Data path changed. Added code to remove files from original placement. |
| | Added Video window for training videos (upcoming). |
| | Added Video path (upcoming). |
| | Closed at version 2.60.000 |
September 27, 2007:
| | The ITPReportWriterReports,'Icetips Previewer - Report Writer support' template used the same embed symbol for before and after calling the previewer causing the same embed to appear in both places. Fixed. |
September 13, 2007:
| | Added option to Global cascading template to check for embedded code in the AskPreview method. If there is embedded code there, such as code to print final totals or grandtotals, this code will most likely be omitted by the previewer code and never execute. This option exports each report to TXA and searches through the TXA for embeds in AskPreview and then writes all the procedure names that do have code to a text file and opens in with whatever program is associated with .txt files. |
September 12, 2007:
| | Omitted class code in ITPreviewerClass.inc was being exported since the ABCReader does not obey OMITted statements in the .inc header files. Fixed |
August 31, 2007:
| | Include('PRNPROP.CLW') statement was missing the ONCE attribute which could cause duplicate warnings. Fixed. |
August 27, 2007:
There have been multiple changes to the product in the past year or so.
Version 2.401 [December 5, 2006] |
November 16, 2006:
| | Wizard did not generate correct code for "Print" and "Print One" buttons when using the "Printer Selection" template. |
Version 2.400 [November 1, 2006] |
October 25, 2006:
| | Wizard template changed to make most selections available on the first window. |
| | Changed images on wizard. |
| | Finished help with updated screenshots. |
| | Updated documentation to reflect changes. |
October 18, 2006:
| | Added ITPSetSelectedPrinterProperties routine to set printer/report properties for selected printers. Two embeds before and after the code allow for easy customization of properties. |
| | Added ITPReport{PropPrint:Paper} = Loc:Paper to selected printer setup. |
| | Support for ReportDAT reports. This has been in the template for about a year but never documented. |
| | Added help IDs to all extension, control and wizard templates. |
| | Modification to wizard. |
| | Added UsingLargeFonts function to ITrun32.dll to detect large/small fonts and select appropriate image for wizard based on font resolution. |
| | Implemented addition of MouseWheel and Printer Selection when creating the previewer procedure using the wizard. |
| | TXA generation of MouseWheel support could cause problems due to hard coded INSTANCE number. Fixed both for global and procedure level. |
| | Added ITPSetSelectedPrinterProperties routine to set printer/report properties for selected printers. Two embeds before and after the code allow for easy customization of properties. |
October 17, 2006:
| | Added to Subversion version control. |
| | Added support to directly change orientation and report jobname when using the Print to Selected Printer template. |
| | Added TREE attribute to all embeds in the extension template. All Previewer embeds are now under "Local Objects | Icetips Previewer" |
Version 2.300 [May 8, 2006] |
May 6, 2006:
| | Added support for j-FAX from Strategy Online (http://www.strategyonline.co.za/) |
May 3, 2006:
| | Fix from May 1 would generate compile warning. Fixed. |
May 1, 2006:
| | If the Break Manager is used in Clarion 6 it requires a call to SELF.EndReport instead of the traditional EndPage(Report) as otherwise the last footer(s) in the Break manager aren't printed. Fixed. |
Version 2.202 [April 13, 2006] |
April 13, 2006:
| | The ITPreviewer.inc was missing the !ABCIncludeFile at the top so it did not export from exporting dlls. Fixed. |
Version 2.201 [April 11, 2006] |
April 11, 2006:
| | Template symbol, %ITPGenerateShellExecuteCall, was not declared in the ITPSaveAsButton extension template. |
Version 2.200 [March 28, 2006] |
March 20, 2006:
| | Added the ITPreviewerClass which adds Mouse Wheel support to the Icetips Previewer. The support is done with a class that subclasses the main window as well as the pagelist listbox. |
| | Added support for Mouse Wheel class. |
March 03, 2006:
| | Added support for Fomin Report Builder in Legacy. |
March 01, 2006:
| | Assignment to PRINTER{PROP:Device} caused problems in Print to Selected printer. |
| | %ITPGenerateShellExecuteCall was not set to %False in SaveAsClarion6. |
January 14, 2006:
| | Fix to Copies to Print and page selection when printing to selected printer. Both settings were being ignored. |
January 26, 2005:
| | Added global template to add the previewer to all report procedure in the app. |
October 28, 2004:
| | If conditional use was set when using Fomin reports, it would add invalid additional condition if it was also using Clarion version 6.000 or higher. Should be fixed now. |
Version 2.102 [October 19, 2004] |
October 19, 2004:
| | Implemented target classes in Clarion 6 with Fomin Report Builder. |
September 18, 2004:
| | If applied to CPCS reports with Target template, an assert was thrown by the ABC classes. Fixed. |
| | Somewhere along the line the fixes on April-07-2004, for CPCS Excel Export got removed. Added back in. |
Version 2.101 [August 16, 2006] |
August 16, 2004:
| | New install built with a dll that will work with 6.1. Version updated to 2.101 |
June 2, 2004:
| | Added option to wizard template to export previewer procedure to TXA, import a previewer procedure or create a new procedure. This is useful when moving a previewer procedure from one application to another. Not yet documented. |
Version 2.100 [April 7, 2004] |
April 7, 2004:
| | Re-activated Theme file selection option in Wizard. Need to change dlls to 32 bit and recompile but currently they are just 16bit. They work fine though. |
April 7, 2004:
| | Added control template for CPCS Excel/Ascii export. Tested in C6 and C5. |
| | Added icon for CPCS Excel/Ascii export. |
March 29, 2004:
| | Regression in fix 1 from March 23: caused problems with C5.5 and Fomin. Fixed |
| | Wizard would not enable the finish button properly in C5.5. Fixed. |
March 25, 2004:
| | Conditionally using previewer also put the same condition on the actual printing. Fixed |
| | ITLOGO.GIF was not distributed with the install. Added. |
Version 2.001 [March 23, 2004] |
March 23, 2004:
| | An END statement was not being generated correctly when using Fomin Report Builder. Fixed. |
| | An older version of ITPEXT.TPW was accidentally distributed in build 2.000. Fixed. |
Version 2.0 [March 22, 2004] |
March 18, 2004:
| | Added option to all templates to not generate code. This comes in handy when debugging applications. Simply turn off the generation for the templates you don't want to generate. |
March 10, 2004:
| | Added several embed points to the PrinterSelection routines. This allows to set report properties before the report is printed. |
| | Added option to set the Target() to the report just before calling the previewer. This allows you to reference the report inside the previewer. A ReportRef reference variable is also added when using the Printer Selection templates. Loc:ReportJobName variable added that contains the jobname of the original report. |
March 3, 2004:
| | Verified that it works with Vivid-Help Email Report after the last changes. |
February 27, 2004:
| | Previewer extension was not using the C6 SkipPreview option. Fixed in ABC |
| | Previewer Export was not using the tagging in the previewer, i.e. it exported all pages, not just tagged pages. |
February 24, 2004:
| | Have cleaned up the new features and made some additions to the documentation. Most of the documentation work still not done. |
| | Demo added to show the new features. |
February 23, 2004:
| | Previewer can now execute the generated target file to open it in the associated program. |
December 4, 2003:
| | Previewer now fully supports Report Targets in both Clarion and ABC templates under Clarion 6. |
| | Clarion6 Support extension template. Only available in Clarion 6. Sets up support for exporting reports to PDF, HTML, XML and Text |
| | "Save buttons for Clarion 6" control template. Populates 4 buttons to be target buttons. The buttons are unhidden based on how many targets are available. |
| | "Save As button for Clarion 6" control template. Populates ONE button that pops up the standard target selection window the same way as the standard previewer does. |
November 25, 2003:
| | Install now has a C6 dll. |
| | When using with Fomin, it would generate an omit statement twice. Fixed. |
February 18, 2003:
| | PDF-Tools button: If filedialog was cancelled it would still write the pdf file. Fixed. |
| | PDF-Tools button: If the global template was not found it would still generate code. Fixed. |
| | PDF-Tools button: No tooltip specified. Fixed. |
February 17, 2003:
| | Added support for PDF-Tools 2.5 as previewer |
| | Added control template that prints to PDF from the previewer |
| | Changed template code to use Self.PreviewQueue instead of SELF.Preview.ImageQueue. This eliminates the need to change the abreport.inc file. |
| | Changed install procedure to remove program to change abreport.inc (see above) |