When Using Lookup Fields and a Null keyfield gets passed to the lookup table, the Word "False" is returned if the lookup field is a String Type
Fix: Change Line 2680 in zQuery
Old - Result := False; New - Result := Null;
Log in to post a comment.
When Using Lookup Fields and a Null keyfield gets passed to the lookup
table, the Word "False" is returned if the lookup field is a String Type
Fix:
Change Line 2680 in zQuery
Old - Result := False;
New - Result := Null;