08-11-2006 06:54 AM
08-13-2006 05:18 AM
Hi Korst,
In case it may provide some ideas, here's an example that populates a Table Control with strings and checks whether the user has selected a cell. You could populate the Table from your database. What to do with the selected-text is up to you!
This examples makes use of property-nodes - which can be really slow. The nested loops that initialize the Table make 26**2 references to the Table property-node and there's a trick to speed this up - do you see it?
Cheers.
08-14-2006 03:21 AM