Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@...SAY and @...BOX and Fonts
Message
De
17/08/2000 08:51:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00405893
Message ID:
00406026
Vues:
32
Hi Si,

You can change the font of _Screen object before the printing of the text for e.g.

_Screen.Fontsize = 18
@2,2 SAY "Heading1"
_Screen.Fontsize = 14
@4,2 SAY "SubHeading"
_Screen.Fontsize = 10


You should try @.. TO .. command instead of @BOX command.

HTH

Jeetu

P.S : Better option is you create the Shape Object at run time..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform