Jump to content

DBLookupCombobox is editable?


alfhabetagama

Recommended Posts

  • 2 weeks later...

 

in the properties unidblookupComboBox

click on ClientEvents -> uniEvents

double click on function onAfterCreate

 

 

function OnAfterCreate(sender)
{
  sender.editable = true;
}
 
 

 

 

in the properties unidblookupComboBox

click on ClientEvents -> uniEvents

double click on function onAfterCreate

 

 

function OnAfterCreate(sender)
{
  sender.editable = true;
}
 
 

Thank you very much...jeans_largi, very helpful.

with so much simpler this way, before I use the combobox then enter the data from the database into the combobox, to replace the function DBLookUpCombobox

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...