Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1787

Summary: IDE crashes when connected DataSource has no DataSet
Product: TeeGrid for Delphi Reporter: Uwe Raabe <uwe>
Component: GridAssignee: david berneda <david>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Uwe Raabe 2017-02-15 12:34:32 EST
Drop a TTeeGrid and a TDataSource onto a form. In the grids DataSource property dropdown select the datasource. This will give an access violation in TVirtualDataLink.TrySetBufferCount.
Comment 1 david berneda 2017-02-16 04:20:30 EST
Thanks for reporting. 
Bug has been fixed and will be included in next coming v1.01 update.

Workaround is, at Tee.Grid.Data.DB.pas:

  if (DataSet<>nil) and DataSet.Active then