Ramco Ramco

Ramco Ramco

  • 441
  • 3.4k
  • 522.6k

Variable Value

Aug 30 2023 10:09 AM

Hi

  I have below code . I want to display CurrentPage variable value in Crystal report

whileprintingrecords;
booleanvar i;
numbervar CurrentPage;
if {#RTotal0} = {Command.No of Records} then
(
CurrentPage := PageNumber;
i:=true;
)

Thanks


Answers (3)