3
Answers

Variable Value

Ramco Ramco

Ramco Ramco

1y
582
1

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)
Next Recommended Forum