-------------------------------- Icetips Xplore -------------------------------- Not released yet: --------------------------------------------------------------------------------------------------- June-21-2004: --------------------------------------------------------------------------------------------------- 1. Classes Found limitation in GetIni and PutIni which are used to store the browse format. Very big browses can reach the limit of 1023 characters that GetIni and PutIni can handle. Added XPGetIni and XPPutIni which use GetPrivateProfileString and WritePrivateProfileString api calls to read and update the ini file. Currently in testing. --------------------------------------------------------------------------------------------------- June-16-2004: --------------------------------------------------------------------------------------------------- 1. Template Template would generate the wrong ini filename if a variable was being used, i.e. if !Glo:IniFileName was used as the INI filename it would not use the variable, rather use "IniFileName." as the filename. Reported with a fix by Ole Torgersen. Fixed. --------------------------------------------------------------------------------------------------- June-10-2004: --------------------------------------------------------------------------------------------------- 1. Classes Implemented new property and methods of the XploreQueryClass and XploreRootClass so the query indicator can be changed. This indicator was being hardcoded to * (asterisk). This would cause problems if there was a column that included * as in tagging columns etc. New methods implemented are SetQIndicator(String) and GetQIndicator(),String, which set and get the indicator character. The character can only be one character - defined as CString(2) and is protected. --------------------------------------------------------------------------------------------------- June-02-2004: --------------------------------------------------------------------------------------------------- 1. Classes Added the ONCE attribute to INCLUDE('PrnProp.CLW') in Xplorert.inc and Xplore.tpw for compatibility with Capesoft's Send-To. --------------------------------------------------------------------------------------------------- February-27-2004: --------------------------------------------------------------------------------------------------- 1. Classes Fix in the .Init method. It was setting default values for preview settings causing problems since the templates set the preview settings before the call to the .Init method. This caused the outputs not to be previewed. Fixed. Released in version 1.202 February 12, 2004: --------------------------------------------------------------------------------------------------- February-04-2004: --------------------------------------------------------------------------------------------------- 1. Classes New Method, GetCurrentFilter(). Retrieves the currently used filter so it could be used in reports or whatever else. Returns a string with the filter. Optional parameter indicates if the parenthesis around the filter should be removed. Default value is False. 2. Template Locator for Filtered fixed so that it uses an entry field. --------------------------------------------------------------------------------------------------- January-27-2004 --------------------------------------------------------------------------------------------------- 1. Classes: User filters were not working at all. Debugged this and found the problem and have fixed it. Tested in both C5.5H and C6Gold. 2. Classes: Regression: Field names in the Properties window were not being sorted alphabetically. Fixed. 3. Classes: Added a property to determine if the browse format should be stored/restored 4. Template: Added prompts to take advantage of 3. --------------------------------------------------------------------------------------------------- January-01-2004 --------------------------------------------------------------------------------------------------- 1. Xplore.clw Made changes to make the filtering work with the user filter option. --------------------------------------------------------------------------------------------------- Older versions --------------------------------------------------------------------------------------------------- Version 1.006 1. Classes: Properties window would show fields in default order instead of alphabetical order. Fixed. 2. TRN file: Made some cosmetic changes to the Properties window. Version information Version 1.005 1. Classes: Created a cut down copy of the ABC Query Class to use. 2. Templates: Modified template to generate filter code for C6. Version 1.001 1. Bug fix: Filters were not working. Removed the symbol and the filters work. Need to go through this code to figure out exactly WHY they didn't work. They were correct according to ABC docs. (Line 227 XPLORE.CLW) Version 1.000, released March 2003 1. New Feature: Icetips Previewer implemented as an optional previewer. 2. New Feature: Optionally set preview for all page/one page printing or use variable. Optionally update the variable when the popup shows up. 3. Update: Updated all screens in template to show Icetips Software 4. Clarion 6: Checked for compatibility with Clarion 6. Does not seem to have any problems. 5. New Feature: Added properties to the XploreRoot class to eliminate the popup menu from the header as well as eliminate all popup items added by Xplore. Added options in the template also to set these properties.