I am developing a report in RTC.
Its working fine for positive and zero values but as it get a zero values it skips that record.
i have already checked the code.Blankzeroandneg() function, it is not there so what else be the reason its leaving negative values.
Please reply . Thanks in advance
0
Answers
BTW...do you mean that the entire line is skipped or the text of the field is blank?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
IF Quantity=0 THEN
CurrReport.SKIP;
Also check for code in
IF ISSERVICETIER THEN
BEGIN
...
END