Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Font changes
Message
De
11/12/2003 16:49:31
 
 
À
11/12/2003 15:29:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00858333
Message ID:
00858370
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform