On Jul 30, 2008, at 6:49 AM, fv sdfsaer wrote:

> I was wondering whether there exists a dabo-component which is  
> capable of auto-completing by performing a search through the  
> database in the same way code-autocompletion happens. The closest I  
> could find was the dEditor component but it seems not completely  
> suitable for this task. Any recommendations?

        There isn't anything built-in for auto-completing in textboxes and  
such, if that's what you're looking for. I'd probably add a method to  
the business object to retrieve the eligible terms, and then have the  
textbox respond to ValueChanged events to display the potential  
matches. But a lot would depend on the size of the pool of potential  
matches and how often the database would need to be hit.


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to