Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If it's a set list, you can use the ComboBox and the PopulationDataSourceSettings on the combo box to populate it with the appropriate codes. If you need a "browse" button to do a more detailed lookup, you can drop a BrowseDialog on the form and configure it to do the lookup. However, if you need to be able to lookup records and/or add a new one, you'll have to create a custom form or custom control to do that... the browse dialog doesn't allow you to add new records within it.
|