Darren Whaley - 2003-02-26

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;