=================================================================================== Initial build 7.0.0 =================================================================================== Note: The initial release of VSFlexGrid 7.0 is not binarily compatible with some previous Beta versions. The GetOutlineNode property was deleted and reincarnated as the GetNodeRow method for better consistency with the new GetNode method. The data type of the ComboData property was also changed. We refrain from making such changes to a released product, and apologize for any inconvenience caused to our testers by doing this during the beta cycle. ================================================== UPGRADE FROM VERSION 6 TO VERSION 7 19 Nov 1999 ================================================== You can upgrade projects that use VSFlexGrid from version 6.0 to version 7.0 with the Convert utility which is installed in C:\Vs\vsFlex7\Convert. Simply run the utility and point it to your project. The utility will make backup copies of your project. This utility is provided in source-code form, and distributed "as-is." ================================================== DOCUMENTATION CHANGES (CUMULATIVE) 19 Nov 1999 ================================================== The following items are not reflected in the printed documentation. Please see the Help file for details on these items. There is a new GetNode method that returns a VSFlexNode object. The VSFlexNode object corresponds to an outline row and has methods for adding, removing, locating, moving, sorting, and changing outline nodes. The Cell property has a new flexcpSort setting that allows you to sort a range without changing the selection. The new BookMark(Row) property returns a row's bookmark when the grid is bound to an ADO data source. Translated combos now use strings instead of numbers for keys. The ComboData property is now a string (used to be a long). The Appearance property has a new setting: flex3DLight creates a thin 3-D border around the control. ================================================== CORRECTED PROBLEMS 19 Nov 1999 ================================================== Not applicable for the initial build. ================================================== End of entries for the initial release 19 Nov 1999 ==================================================