Options

Overflow error in Report when number of pages > 99

riteshritesh Member Posts: 24
I got a following error while I was trying to run one of my reports. The report was running perfectly fine until the number of pages exceeded 99. The error i got was ..

Microsoft Business Solutions-Navision
Overflow under type conversion of Text to Text.

Value: Hot/Standby (Common Battery Bank)

OK

Thnx

Comments

  • Options
    PEzechielsPEzechiels Member Posts: 83
    somewhere in your report the value is being inserted into another field(global or local maybe?)
    the length of the textfield where the value is being inserted must be increased to fit the value or you could try changing the value to a smaller size
  • Options
    csimoneauxcsimoneaux Member Posts: 168
    This is an Array problem. Look at the property of one of the variables and the Deminsions is probably set to 99. Just increase it and you should be fine.
Sign In or Register to comment.