Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another combobox question.
Message
From
13/02/2002 14:15:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Another combobox question.
Miscellaneous
Thread ID:
00619634
Message ID:
00619634
Views:
62
Hello everybody,
I am very new to VFP ( using 7.0)so if somebody can help, please!!!!!
Got a problem with famous combobox (or maybe combobox got problem with me).
Combobox is DropDown,
BoundColumn = 1
ControlSource = MyView.cAccount_No( Character)
RowSource = MyView.cAccount_No,cAccount_Desc, IID(IID is a primary key as AutoPrimary)
RowSourceType = 6
BoundTo = .T.

That’s what I am trying to do. If usre will enter partial cAccount_No I’d like the combobox’s DropDown list to drop down (which I can do with ), the DropDown list should contain records that begins with the partial entry (user entered “1042”, list should have records that begins from “1042” only) and the first item in DropDown list should be
The first record that begins from “1042”. That’s it! I think it is working but when the DropDown list extended the first item is not the first in that range of records and the Dropdown list itself looks weird, some kind of arrow appears. I am not even sure the settings are correct. All I want to enter partial Account No, get that value, assign it to a view parameter(this is parameterized view), requery the view extend dropdown list and the first item selected should be the first in that range of the records. And then properly save the value. I am sure I am not doing something right so if it makes any sense can somebody, please help.
Thank you.
Igor
Next
Reply
Map
View

Click here to load this message in the networking platform