codeb Posted November 18, 2011 Posted November 18, 2011 I try to make application with lookup capabilities. In my application I use UniDBLookupCombo but... Is there some sample to make editable uniDBLookupComboBox (writing text into combobox) to any components like autocomplet or some sample how to resolve problem. Quote
Administrators Farshad Mohajeri Posted November 22, 2011 Administrators Posted November 22, 2011 I can allow typing in ComboBox field so it will Autocomplete what you type. Logged #1177 Quote
codeb Posted November 22, 2011 Author Posted November 22, 2011 What I must do to allow type in Combo? Quote
Administrators Farshad Mohajeri Posted November 22, 2011 Administrators Posted November 22, 2011 What I must do to allow type in Combo? function OnAfterCreate(sender) { sender.editable=true; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.