Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse's strange behaviour
Message
From
03/10/1998 11:02:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142836
Message ID:
00143585
Views:
27
>There appears to be some misunderstanding as to my problem.
>
>The left and right panes do indeed stay in sync. My problem is this:
>
>Starting at the top, cursor down the laft hand pane one at a time. The right hand also moves down. When the cursor reaches the bottom in the right hand pane, the next cursor down, the cursor is no longer visible in the right. Therefore this record can not be seen
>
>PS I cannot use grid because there are 50 converted programs with this code in them.
>
>My refresh is 1 second also.
>
>Any further comments.
>
>Kind regards,
>
>
>Kev
Hi Kevin,
Now I see. A nonsmart solution could be a force to scroll.
Browse Fields ;
 cTest,;
 cTest2;
 Partition 36;
 REdit ;
 LPartition ;
 name myBrowse ;
 Title "Help Me" ;
 when EnsureVisible()
 
Return

function ensurevisible
if lastkey()=24
	myBrowse.doscroll(1)
endif	
Cetin
Ç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
Reply
Map
View

Click here to load this message in the networking platform