Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FPD26 Screen not refreshing correctly
Message
De
05/09/2003 10:15:42
 
 
À
05/09/2003 09:43:23
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00826368
Message ID:
00826406
Vues:
25
Hi Tracy,

I was guessing you were working of a dimension[lnRow, lnCol]
setup and only changing the lnRow. This setup was the basis for my first message and for the demo screen.

I think you painted yourself into a corner: no pretty way out.
Remember the old scatter / gather logic ?
You must copy the variables into "screen variables", because I don't believe you will be able to point your @get to different rows of an array.
You work of "scatter privates" or (better in my point of view) from a scatter-array. this scatter-array can also be copied into a matrix (a subset of rows so to speak) with acopy().

But that is not the case here, since you seem to have an array for each field. Redesign possible ?

If not and there is a deadline, use brute force: clear the gets and run the spr anew, then they will reflect the current status of lnCount.

There was an old trick to keep the previous "gets" on screen, so you might be able to reduce flicker (that was before Fox2.x) but there you must search on your own - dust of the old books <g>.

HTH

thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform