Icon View Incident Report

Minor Minor
Reported By: Richard Harding
Reported On: 4/23/2007
For: Version 1.02 Build 1
# 2353 NULL Lookup Columns Are Showing Values from Previous Row

NULL lookup fields are showing the value of of the previously accessed record.

Customer (ID, LastName, FirstName, , , )
Order (ID, CustomerID, StatusID, , , , )
Status (ID, Description)

Set the MasterSource property of the ORDER EDBTable to create a Master-Detail relationship with the CUSTOMER EDBTable. Create a Lookup field STATUSDESCRIPTION for the ORDER EDBTable which looks up the STATUS
table.

When browsing the CUSTOMER table, if you access a CUSTOMER without any ORDERS then fields ID, CustomerID, StatusID are set to NULL (as expected) . . . But the StatusDescription field shows the value of the previously accessed record.


Resolution Resolution
Fixed Problem on 6/2/2007 in version 1.04 build 1


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image