Dawn,

I tried that already.  The variable #Page doesn't exist in 7.5... :(

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dawn Oakes
> Sent: Thursday, July 14, 2005 3:24 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - RE: RBase 7.5 Report Page Number Variable
> 
> Claudine,
> Try defining a variable equal to the #page variable and do your IF on
> that:
> 
> Vpage = .#PAGE
> 
> IF vpage < 2 THEN
>   .....
> ENDIF
> 
> Dawn
> 
> -----Original Message-----
> From: Claudine Robbins [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 14, 2005 3:42 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - RBase 7.5 Report Page Number Variable
> 
> 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