Date conversion
I'm trying to pass start and end dates as parameters to a report from form windows VB.Net but when the report runs I'm getting a conversion error. the error message is :
Error BC40005: function 'ToString' shadows an overridable method in the base class 'Object'. To override the base method, this method must be declared 'Overrides'.
Is this because the data is incoming as string?, attempts to convert using format and cdate etc are still failing with the same error. Not sure if this is from FR or VB - any ideas?
Error BC40005: function 'ToString' shadows an overridable method in the base class 'Object'. To override the base method, this method must be declared 'Overrides'.
Is this because the data is incoming as string?, attempts to convert using format and cdate etc are still failing with the same error. Not sure if this is from FR or VB - any ideas?
Comments
I'm using the filter [Report3a.start_date] >= [startdate] where startdate is the parameter name. Is this incorrect?