Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Highlight Problem - Can you Duplicate it?
Message
De
13/09/2005 18:56:03
 
 
À
13/09/2005 17:00:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01049139
Message ID:
01049272
Vues:
19
>Any ideas anyone?

If you wish that dynamic win respect Highlight, set Sparse = .F.
   WITH THIS.grid1
      THISFORM.HIGHLIGHTBACKCOLOR = .HIGHLIGHTBACKCOLOR
      THISFORM.HIGHLIGHTSTYLE     = .HIGHLIGHTSTYLE
      THISFORM.gridbackcolor      = .BACKCOLOR
      THISFORM.gridforecolor      = .FORECOLOR

     *****  AAAAADDDDDDDDEEEEDDDDDD ********
      .columns[2].Sparse = .F.
   ENDWITH
Remember:
every CurrentControl.BackColor set in AfterRCC is annulled by the following cycle of paint.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform