Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse's strange behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Browse's strange behaviour
Miscellaneous
Thread ID:
00142836
Message ID:
00142836
Views:
69
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
Next
Reply
Map
View

Click here to load this message in the networking platform