Posted on 28/04/2015 22:42:58
Hi Nicolai,
When this came out I checked the field and it was there. However, upon further investigation it seems the field's value is always false. I did some debugging and found out that the route taken by UCOrderEdit that displays the data never fills this field. The code ultimately calls this method:
private void Fill(IDataReader DataReader)
which never reads OrderIsExported from the database. It's little brother:
private void Fill(DataRow dataRow)
does load this field so it looks like an oversight in the method that loads from a DataReader.
Can this be fixed please?
Imar