XLSX-Workbook-Class icon indicating copy to clipboard operation
XLSX-Workbook-Class copied to clipboard

GetNodeAttributeBoolean caused a "column does not accept null values" error

Open DougHennig opened this issue 6 months ago • 0 comments

I ran into this a while ago so I forget the circumstances, but this fixed it:

IF EMPTY(lcAttrValue)
*** DH 2024-05-26: return .F. not NULL to prevent "column does not accept null values" errors
*	llAttrValue = .NULL.
	llAttrValue = .F.

DougHennig avatar Aug 15 '24 21:08 DougHennig