Source Error:
Line 173: sData(rownumber - 1, lcnt) = WhatCol.Value
Line 174: End IF
Line 175: If (sData(rownumbe r, lcnt) = sData(rownumber - 1,
lcnt)) AND (WhatCol.Type <> 5 AND WhatCol.Type <> 6) Then
Line 176: If rownumber = 3 Then
Line 177: thisfield = WhatCol.Value
In that, the Whatcol.Value is a null value, and I am trying to return a date
field, which is calculated MAX(j5_org.invo ice_date). The item hasn't
shipped, so it doesn't return a shipped date.
How can I get this code resolved to where it doesn't blow up on this?
This code runs in traditional ASP, but does not run in ASP.NET, because of
the error above.
Thanks,
SC
Line 173: sData(rownumber - 1, lcnt) = WhatCol.Value
Line 174: End IF
Line 175: If (sData(rownumbe r, lcnt) = sData(rownumber - 1,
lcnt)) AND (WhatCol.Type <> 5 AND WhatCol.Type <> 6) Then
Line 176: If rownumber = 3 Then
Line 177: thisfield = WhatCol.Value
In that, the Whatcol.Value is a null value, and I am trying to return a date
field, which is calculated MAX(j5_org.invo ice_date). The item hasn't
shipped, so it doesn't return a shipped date.
How can I get this code resolved to where it doesn't blow up on this?
This code runs in traditional ASP, but does not run in ASP.NET, because of
the error above.
Thanks,
SC
Comment