RB 7.03 error
I have a custom report explorer. When I recompile in Delphi 7, I get the
following error:
exception class EVariantTypeCastError with message 'Could not convert
variant of type (Null) into type (Double)
method: TppReportExplorerForm.UpdateRecycleBin
Line: FReportExplorer.GetItems(itRecycleBin, itAllFolders, lItemNames);
Any ideas?
following error:
exception class EVariantTypeCastError with message 'Could not convert
variant of type (Null) into type (Double)
method: TppReportExplorerForm.UpdateRecycleBin
Line: FReportExplorer.GetItems(itRecycleBin, itAllFolders, lItemNames);
Any ideas?
This discussion has been closed.
Comments
If you trace into the GetItems method, you can see that the only two fields
that are doubles in the rbItems table are Deleted and Modified and in each
case a Null value is checked for. If this is not the case, please update
your version of ReportBuilder to RB 7.03 and see if the correct code is
there.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks.