Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox lookup on InteractiveChange() event
Message
From
15/10/2003 08:56:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ComboBox lookup on InteractiveChange() event
Miscellaneous
Thread ID:
00838842
Message ID:
00838842
Views:
58
I have a ComboBox in my form:

BoundColumn: 3

BoundTo: .T.

ControlSource: dd_lar.lr_projid

RowSource:
SELECT pj_pcode, pj_title, pj_id FROM dd_proj ORDER BY pj_pcode into cursor projlist

RowSourceType:
3 - SQL Statement



pj_pcode looks something like: LCAC41SA92, LSD43PMA90, etc...

I want to be able to type in 'LS...' and have Index (item) to move
from 'AGF...' to 'LCA...' to 'LS...'.

How do I code this?

Don K
Don
Next
Reply
Map
View

Click here to load this message in the networking platform