| |
NetGopher
Posts: 1
Score: 0
Joined: 11/1/2003
From:
Status: offline
|
I've been banging my head about this one for almost 4 hours. Any help would be appreciated. intTotalParts = oJobPartHistRs("Qty_Req") intPartsMade = oJobPartStatRs("Job_Parts_Produced") intCavities = oJobPartStatRs("Current_Cavities") fltStdCycle = oPartInfoRs("Std_Cycle_Time") lngRunEnd = (intTotalParts-intPartsMade) lngRunEnd = lngRunEnd/intCavities response.write(lngRunEnd&" "&intCavities) We'll Say intTotalParts = 50000 and intPartsMade = 42000 that would make lngRunEnd = 8000 intcavities = 8 When I go to divide lngRunEnd by intCavities I get an overflow error. I can't figure out why for the life of me. Any Ideas?
|
|