Updated released.
The following point now got removed from the "List of incompatibilities in relation to the MSFlexGrid control"
Thus at run-time it is now supported to have following code with the possibility where RecordCount is 0:Code:- Fixed cell(s) without cell(s). (e.g. FixedRows = 1 and Rows = 1)
Thus the FixedRows is equal of Rows, having no scrollable rows in fact. (when RecordCount was 0)Code:VBFlexGrid1.Rows = VBFlexGrid1.FixedRows + RecordCount
The same applies of course for the cols.
This was one of the last steps before I release the next OCX version. I just wait for a while awaiting possible bug reports before I deploy the 1.3 OCX version.




Reply With Quote