Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Row Backcolor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01047626
Message ID:
01047627
Vues:
7
Hi Tariq,

Look in help to DynamicBackColor and DynamicForeColor for class Column.
grid.column.DynamicBackColor="IIF(Thisform.IsOne(field),RGB(255,0,0),RGB(0,0,0))"
*form::IsOne()
LPARAM luValue
*
*
liRecno=RECNO()
llSeek=SEEK(luValue)
IF liRecno>0 AND liRecno<=RECC()
   GO (liRecno)
ENDIF
*
RETURN llSeek
MartinJ

>Dear Sir,
>
>The first column of grid1 has following data
>
>21/02/2005
>21/02/2005
>21/02/2005
>22/02/2005
>23/02/2005
>23/02/2005
>
>Is it possible to show every distinct date with red color background.
>
>Please help
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform