Bug |
Nil Object Exception on Window Close Event |
ID: 1408Status: FixedVersion: 1.14.6.2Report Date: July 11, 2019Product: DataView Resolution Date: July 20, 2019Resolution Version: 1.14.6.3 | |
Reporter | Grant Singleton |
Assignee | |
Description Window close event contains code to retrieve DataView column widths, but DataView must already be destroyed causing a nil object exception. File AttachmentAttached File |
1 thought on “Nil Object Exception on Window Close Event”
Comments are closed.
Looks like iDataSource=nil should be moved to the dataview destructor. It is currently being called in the close event.
I’ll have that fixed in 1.14.6.3