Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font changes
Message
From
11/12/2003 16:49:31
 
 
To
11/12/2003 15:29:23
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00858333
Message ID:
00858370
Views:
13
>Hi All,
>Does anyone know of a way to programmatically change a font in a report? I have a table with the font names in it and would like to use that.
>TIA,

You could open the FRX as a table and replace the FontFace column with the font name of your choice. Some fields might be truncated if the font was much bigger than the default.

for example:
use myreport.frx
copy to temp.frx
use temp.frx
repl all fontface with "WingDing" for not empty(trim(fontface))
use

report form temp
Previous
Reply
Map
View

Click here to load this message in the networking platform