Hi everyone,

In the Page footer band, I have the system variable "Page Set Desc" with an
assigned component id of 'pagenumber'.

I don't want to print "Page 1 of 1" (only "Page 1 of 2", etc...) so, in the
Page footer band, my before generate eep is:

IF #PAGE < 2 THEN
  PROPERTY pagenumber VISIBLE 'false'
ENDIF
RETURN

Error message is column or variable #PAGE not found! 

So how to I handle this?

Claudine

Reply via email to