Options

Problem in RTC Report

postsauravpostsaurav Member Posts: 708
edited 2010-11-11 in NAV Three Tier
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

Thanks & Regards,
Saurav Dhyani

Do you Know this About NAV?


Connect - Twitter | Facebook | Google + | YouTube

Follow - Blog | Facebook Page | Google + Page

Answers

  • Options
    BeliasBelias Member Posts: 2,998
    maybe you've filtered for quantity > 0 in NAV or in rdlc layout...or you set the hidden property of the row if the quantity <= 0
    BTW...do you mean that the entire line is skipped or the text of the field is blank?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    or you have code somewhere in the report (classic layout code) like
    IF Quantity=0 THEN
    CurrReport.SKIP;
    Also check for code in
    IF ISSERVICETIER THEN
    BEGIN
    ...
    END
    -Mihail- [MCTS]
Sign In or Register to comment.