Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box Requery
Message
From
30/08/2006 06:40:43
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/08/2006 06:27:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01149702
Message ID:
01149715
Views:
8
>Terry,
>
>Thanks. I have tried your version but the highlight seems to stick to the current record even though I am refering to the found() record. Any more ideas ?
>
>Fred M. Kotte

"Highlight sticks to the current record". That's what I'm trying to say!!! That is the expected behavior.
If you don't want to have it than use another rowsourcetype (why you use fields anyway). ie:

with ...myCombo
.RowSOurcetype = 3
.Rowsource = "select code as codeToShow, * from myTable into cursor crsMyList"
endwith

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