Re: FPW 2.6 Report Font

2007-01-29 Thread vbiersch
yoy have to use the foxfont and it needs to be installed properly in the font 
section on the target machine

Sent from a palm treo 650
http://www.bierschwalesolutions.com

-Original Message-

From:  "Kent Belan" <[EMAIL PROTECTED]>
Subj:  FPW 2.6 Report Font
Date:  Mon Jan 29, 2007 3:20 pm
Size:  867 bytes
To:  "ProFox Email List" 

Hello,
I have to work on an old FPW 2.6 program and make changes to a report.
It uses very basic code:
set console off
set print font 'COURIER',8
set printer on
? 'Report Header'
?
? 'More report stuff'
set printer off
set printer to
set console on

I need to be able to change the font to a fixed length font with 8 points.
It is printing a proportial font and I need a fixed font 
Any ideas?
Thanks Kent



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** 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.


RE: FPW 2.6 Report Font - Solved

2007-01-29 Thread Kent Belan
I found the FOXPRINT font from the old days and it works fine.
Thanks,
Kent

>
>
> Hello,
> I have to work on an old FPW 2.6 program and make changes to a report.
> It uses very basic code:
> set console off
> set print font 'COURIER',8
> set printer on
> ? 'Report Header'
> ?
> ? 'More report stuff'
> set printer off
> set printer to
> set console on
>
> I need to be able to change the font to a fixed length font with 8 points.
> It is printing a proportial font and I need a fixed font 
> Any ideas?
> Thanks Kent
>




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** 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.


FPW 2.6 Report Font

2007-01-29 Thread Kent Belan
Hello,
I have to work on an old FPW 2.6 program and make changes to a report.
It uses very basic code:
set console off
set print font 'COURIER',8
set printer on
? 'Report Header'
?
? 'More report stuff'
set printer off
set printer to
set console on

I need to be able to change the font to a fixed length font with 8 points.
It is printing a proportial font and I need a fixed font 
Any ideas?
Thanks Kent



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** 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.