Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wrong with ActiveRow
Message
De
19/07/2005 17:09:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01034016
Message ID:
01034029
Vues:
29
This message has been marked as the solution to the initial question of the thread.
>Hi Friends !
>
>My Grid stayed very very slow in multiuser mode when I used the line:
>
>ThisForm.Grid1.SetAll("dynamicbackcolor", ;
> "IIF((ThisForm.Grid1.ActiveRow)%2 = 0,RGB(255,255,0), RGB(255,255,255))", "Column")
>
>In the Microsoft sample was used the line:
>
>ThisForm.Grid1.SetAll("dynamicbackcolor", ;
> "IIF(RECNO()%2 = 0,RGB(255,255,0), RGB(255,255,255))", "Column")
>
>Is there something wrong with the command ActiveRow ?
>
>Thanks in advance
>
>[]´s
>
>Dionísio


Everytime you call ActiveRow, VFP do a COUNT cycle.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform