Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

font selection with ?|??

Status
Not open for further replies.

michaelkatz

Programmer
Sep 1, 2002
50
GB
I am trying to use the ?|?? commands to sned dat to a printer and eventually create a PDF file.

I am having trouble selecting a fixed space font, or any font for that matter. I believe my syntax is correct.

Is therer a setting I am missing, such as where to find the font???
 
What version and SP level of VFP are you using? Why not use the report writer, or put everything into a string with TEXT...ENDTEXT and use sTRTOfILE() to write it out?

Note: ?|?? were best used in the DOS environment in FP 1.x or 2.x - not under Windows.

Rick
 
Thanks Rick.

I am using VFP 7.0 SP1

The output is .prg coded and involves taking data from memo fileds and sectioning each line with various print attributes.

Things were fine with the ??? and PCL commands b ut was not PDF compatible. Would @... say's work better.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top