Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Problem (as usual)
Message
De
11/07/2001 11:13:15
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
11/07/2001 11:04:22
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00528723
Message ID:
00529171
Vues:
16
>Hi,
>Hooray--setting sparse to .F. solved the problem. I don't really
>understand how, because logically to me it should be the other
>way around. But it calculates correctly now which is all that
>matters.
>Thanks soooooo much for the help.

Cool!

Sparse (did the help not explain it? I had to refresh my memory on that setting many times before I finally *got it*) = .T. means that the value of a column for the active row is used to populate the column for all rows. Sparse, I guess, means use sparse evaluations. Do as few as possible.

So, with sparse = .f., VFP will evaluate that value for each row as it paints the grid. It's slower than sparse = .t.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform