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