Ramco Ramco

Ramco Ramco

  • 424
  • 3.4k
  • 483.4k

Variable Value Display

Sep 14 2023 7:50 AM

Hi

  I have below formula in Detail Section . It is showing CurrPage Value = 3.00

whileprintingrecords;
booleanvar i;
global numbervar CurrPage;

if (CurrPage=3.00 and i = true and pagenumber<>1) then true else false;

I want to suppress Page Section if condition is true but it is not suppressing

Thanks

 


Answers (1)