Query AutoComplete gives error
Posted: 14.09.2018, 07:10
Latest SVN, Win7 32+64, Lazarus 1.8.4 FPC 3.0.4:
A TQuery: if I type the "." which usually leads to the list of possible procedures/functions
now the following error occurs:
ZAbstractRODataset.pas(178,59) Error: Bezeichner nicht gefunden: TWideDataSet
Removing the $IF DECLARED(TWideDataSet) and only leave the $Else part, all works fine again.
A TQuery: if I type the "." which usually leads to the list of possible procedures/functions
now the following error occurs:
ZAbstractRODataset.pas(178,59) Error: Bezeichner nicht gefunden: TWideDataSet
Removing the $IF DECLARED(TWideDataSet) and only leave the $Else part, all works fine again.