Hi Charles,
Here is what I am doing:  Override the pfc_print to create the title/page #
and call it after that.  This code from pfc_print:

   This.of_SetReport(TRUE)
   This.inv_report.of_AddText("TEST" &
        +String(Today()), + &
         "footer", Right!, Bottom!, NoBorder!,
TRUE,FALSE,FALSE,"Arial",10,Ansi!)
        ls_string = "~" Page ~"+ page()"
        This.inv_report.of_addcompute(ls_string,"footer", &
          Center!,Bottom!,NoBorder!,False,False,False,"Arial",12,Ansi!)
            CALL SUPER::pfc_print
        This.inv_report.of_undo()
END IF

RETURN 1

Hope this help!
Lynn Nguyen

> -----Original Message-----
> From: Charles Moore 
> Sent: Monday, June 28, 1999 4:28 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      PFCSIG Printing using the report service
> 
> Hi,
> 
>       I'm wanting to add a title above, and a date and page numbers below
> a grid DataWindow and print out the composite report using the PFC report
> service.  I'm having problems trying to figure out which event in the
> DataWindow I need to place the code.  Is it best to just override the u_dw
> pfc_print event?
> 
> Thanks,
> Charles Moore
> Unit Parts 
> > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS,
> ADDRESS
> > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help
> pfcsig
> > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to