Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse's strange behaviour
Message
From
01/10/1998 12:55:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142836
Message ID:
00142904
Views:
21
Hi Kevin,
Tried your code as is and couldn't get any problem. Worked exactly as it should (left and right panes move in sync and any data is seen on other panel as soon as cursor left field).
Marc said it worked as you say (BTW my refresh 5 secs). So ????
Cursor down -> use either dnarrow or scrollbar (I did both)?
Panellink = .f. somewhere ?
Cetin

>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform