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
Divers
Thread ID:
00142836
Message ID:
00142844
Vues:
31
Kevin,

Thanks for the code. Interesting. :)

I tried it and it works exactly as you say it should work. Maybe you should change your refresh interval? Mine is set to 1 sec (under Tool/Option/Data).

You are aware that using the Browse is not considered "programmatically correct" these days are you not? <g>

Regards,

Marc

>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

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform