I use a my function to read tables in DB2 database into XBROWSE:
cSelect = "Select * from MyTable "
oRs := FW_OpenRecordSet( oConnnection, cSelect, 1 )
...
...
@ 40,10 XBROWSE oBrw SIZE -10,-50 PIXEL CELL AUTOSORT FASTEDIT;
RECORDSET oRs AUTOCOLS;
OF oDlg2if table has null field I get this:

is there a way to get right data by FW_OpenRecordSet when there are null fields inside table?
thanks
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)