E
EP
I just upgraded a V 6.0 app. to .Net. I keep getting an
error from a simple IsDate statement. Basically checking
to see if the value of a variable(vValue = "A2957") is a
date example - If IsDate(vValue)=False then The error
message is
"A first chance exception of type 'System.FormatException'
occurred in mscorlib.dll
Additional information: The string was not recognized as a
valid DateTime. There is a unknown word starting at index
0."
Anyone seen this and know a way around it.
error from a simple IsDate statement. Basically checking
to see if the value of a variable(vValue = "A2957") is a
date example - If IsDate(vValue)=False then The error
message is
"A first chance exception of type 'System.FormatException'
occurred in mscorlib.dll
Additional information: The string was not recognized as a
valid DateTime. There is a unknown word starting at index
0."
Anyone seen this and know a way around it.