Is it necessary to check for a null value if you are reading the value from a field in as a Float?
I've tested it and when ever the field is null in the table the variable comes back as a zero.
What would be the correct programming answer?
Ideas/suggestions?
Tom C
Code:
fcurrCS := qryBOPDetailCREDIT_SCORE.AsFloat;
What would be the correct programming answer?
Ideas/suggestions?
Tom C