combobox question


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Well, you need to populate the combo and change the way the combo binds depending on your needs.  If you are using a combo as a DropDown, then you can type in the field and you will want to change the BindingProperty to Text instead of SelectedValue.  If you are using it as a DropDownList, then you will want to use Keith's suggestion and use the PopulationDataSourceSettings (or manually load the combo, whichever), populate with an Enum, or whataver avenue you want to travel.  If you use Enum or BusinessObject population of the combo, then the SelectedValue will hold the value to which you will want to bind (in most cases).  I recommend looking at the help or some of the samples...this is a very common task that is used a lot so there are lots of posts and samples on this topic.
Keith Chisarik
Keith Chisarik
StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)StrataFrame VIP (1.5K reputation)
Group: StrataFrame Users
Posts: 939, Visits: 40K
PopulationDataSourceSettings, PopulationType, Columns, BusinessObject - they will get you started

Keith Chisarik
Ross L. Rooker, Sr.
Ross L. Rooker, Sr.
StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)
Group: Forum Members
Posts: 153, Visits: 462
Using a SF Maintenance form with a business object. Dragged a SF ComboBox to the form. The BusinessObject property was already set, I just set the BindingField property to the column name in the business object. When displaying the form, the combo does not display the data. A textbox does. What other property is required.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search