Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse's strange behaviour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Browse's strange behaviour
Divers
Thread ID:
00142836
Message ID:
00142836
Vues:
71
Hi,

I have a problem with VFP 5.0 and the Browse command. I cannot use a grid control because I have about 50 of these DOS converted coded screens with the browse already in them.

Anyway, my problem is this:
I have partitioned the browses (see below code example). When the operator cursors down in the left hand pane, the right hand pane behaves in a strange way. The cursor in the right hand pane disappears, i.e. the operator cannot see the details for the actual record they are on. Ideally I would like the right hand pane to refresh for each record when the record pointer moves.

Any ideas? Here is some self standing code - please try for yourself.

** start
Create Cursor lcCursor (cTest C(10) , cTest2 C(10))

For lnLupe = 1 To 100

Append Blank
Replace cTest With Str(Recno())
Replace cTest2 With Str(Recno())

Next lnLupe

Go Top

Browse Fields ;
cTest,;
cTest2;
Partition 36;
REdit ;
LPartition ;
Title "Help Me"

Return

** end

Kind regards,

Kev
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform