Good Morning Andrew:
I don't know how I missed the printdocument function...thanks - it works great.
I computed a scaling so that 60 seconds of time equals 1 unit on my grid in the 
.frx (thinking back to the original NHL 
graph on their website). 20 units to the period and 60 units to the game (for 
regulation time). Overtime will be another 
issue to address at a later date.
Now all I need to do is extract the data from the table and draw the graph. I 
will keep you posted.
Thanks for the mailing address.
Again, thanks for your help.
Best regards,

Jack


Andrew Stirling wrote:
> Jack
> I'm working on a time keeping program for my payroll. So I used your 
> query to give me a kick start, sometimes you can't see the forest for 
> the trees.
> Direct to printer?
> here is XFRX notes
> 15.5 Printing XFF files
> To send the content of a XFF file to a printer, call printDocument 
> method of the XFRX#DRAW class instance. The name of the printer, job 
> name and page range can be sent as parameters.
> Please see the full parameter list and further details in the XFRX#DRAW 
> class reference.
> Example: Printing an XFF file
> loXFF.printDocument(getprinter(),"xfrx – invoice", "1,2,4-10")
> so i used this
>       loPreview.PreviewXFF(loXFF)
>       *loPreview.show(1)
>       loPreview.show(0)
>       lcPrinter = GETPRINTER() && select a printer
>       loXFF.printDocument(lcPrinter, "job name", 1, 3)
> 
> My private address is on all my web pages.
> 
> Andrew Stirling
> 01250 874580
> http://www.calcpay.co.uk
> HMRC Accredited UK payroll program


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/%(messageid)s
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to