Hai,
I have written a program in which i could enter a part range and the quantity sold for the part will be printed.The logic i used was
This is working fine, when the part range entered are parts existing its giving the correct report.
Now i want to enter just an alphabet range instead of entering the full part name.Suppose if i enter the range as A to B, all parts of 'A' is printing but when it comes to second condition its failing.Why is Parts starting with 'B' is not printing.pls help.
Thanx,
Andrew...
I have written a program in which i could enter a part range and the quantity sold for the part will be printed.The logic i used was
Code:
item IFLT (FROM ITEM)
ITER
ENDIF
ITEM IFGT (TO ITEM)
STOPREADING
ENDIF
Now i want to enter just an alphabet range instead of entering the full part name.Suppose if i enter the range as A to B, all parts of 'A' is printing but when it comes to second condition its failing.Why is Parts starting with 'B' is not printing.pls help.
Thanx,
Andrew...



From an RPGIV only programmer: If I have made no mistake, it should work !
Comment