Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid headings
Message
 
 
À
28/08/2008 08:04:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01342499
Message ID:
01342502
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>how do i make all my headings in the grid to rgb(255,255,255) and Bold with the minimum of commands.
>assume the number of columns is a variable.
Thisform.grid1.SetAll("ForeColor", RGB(255,255,255), "Header")
Thisform.grid1.SetAll("FontBold", .T., "Header")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform