Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Escape while BROWS'ing = Odd Flicker?
Message
De
26/10/2001 10:01:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00573226
Message ID:
00573628
Vues:
26
I'm running NT4.0 SP6 in 1280 x 1024 True Color.

The problem seems to occur more on tables with lots of fields. It looks almost like VFP is collapsing the row before closing the browse.

It doesn't change the data or anything. It's just sort of annoying. It looks like I typed in data before closing the window.

I'm working on a small chunk of code to reproduce this.

Here it is:
CREATE CURSOR cTemp(aa1 C(5), aa2 M, aa3 D, aa4 I, aa5 I, aa6 I, aa7 I, aa8 I, aa9 I, aa10 I, big1 C(100), big2 C(100), ;
	ab1 C(5), ab2 M, ab3 D, ab4 I, ab5 I, ab6 I, ab7 I, ab8 I, ab9 I, ab10 I, big3 C(100), big4 C(100), ;
	ac1 C(5), ac2 M, ac3 D, ac4 I, ac5 I, ac6 I, ac7 I, ac8 I, ac9 I, ac10 I, big5 C(100), big6 C(100), ;
	ad1 C(5), ad2 M, ad3 D, ad4 I, ad5 I, ad6 I, ad7 I, ad8 I, ad9 I, ad10 I, big7 C(100), big8 C(100), ;
	ae1 C(5), ae2 M, ae3 D, ae4 I, ae5 I, ae6 I, ae7 I, ae8 I, ae9 I, ae10 I, big9 C(100), big10 C(100), ;
	af1 C(5), af2 M, af3 D, af4 I, af5 I, af6 I, af7 I, af8 I, af9 I, af10 I, big11 C(100), big12 C(100), ;
	ag1 C(5), ag2 M, ag3 D, ag4 I, ag5 I, ag6 I, ag7 I, ag8 I, ag9 I, ag10 I, big13 C(100), big14 C(100), ;
	ah1 C(5), ah2 M, ah3 D, ah4 I, ah5 I, ah6 I, ah7 I, ah8 I, ah9 I, ah10 I, big15 C(100), big16 C(100), ;
	ai1 C(5), ai2 M, ai3 D, ai4 I, ai5 I, ai6 I, ai7 I, ai8 I, ai9 I, ai10 I, big17 C(100), big18 C(100), ;
	aj1 C(5), aj2 M, aj3 D, aj4 I, aj5 I, aj6 I, aj7 I, aj8 I, aj9 I, aj10 I, big19 C(100), big20 C(100))
FOR i = 1 TO 10000
	APPEND BLANK
NEXT i

BROWSE
1. Run this .PRG
2. Press the {LEFT} key 12 times
3. Press {ESC}

I get the flicker pretty much every time. Sometimes it's a quicker flicker than others.

- George
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform