cancel
Showing results for 
Search instead for 
Did you mean: 

Re:Delivery Challan form serial number printing

Former Member
0 Kudos

Hi,

I have created smart form for delivery challan print which printing material ,its description then serial number of material .

This form was working fine but in one case I got problem out of 20 serial numbers it print only 19 serial numbers.

For this I have taken char600 data type variable which stores 15 serial number.next serial number in next variable but its not printing only 16th number serial number.

Kindly suggest some solution for it.

Thanks

Regards,

Chandra shekhar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi,

You are passing 15 serial number to one variable and 16th serial to another variable. Here your counter may be incremented by 1 extra that's why it is storing from 17th serial number. Please debug at the population of the 16th serial number. Put break point in program lines before serial number is print.

Thanks,

Suma.

Former Member
0 Kudos

hi sekar,

Can you give the coding on how you are moving the 16th serial number into next variable.

Because we can't say the reason without going through the code.

Thanks,

vamshi