Hi all,
How to get the wwDBLookupCombo working properly?
I have 2 tables: tblClient & tblCity and their dataSources dsClient & dsCity
tblClient has fields:
Name: string
City: Integer
tblCity has fields:
Index: autoIncrement
Name: String
wwDBLookupCombo:
dataSource = dsClient
dataField = City
LookupTable = tblCity
LookupField = Index
Selected = City
ShowMatchText = True
Style = csDropDown
The wwDBLookupCombo shows a city and I can change a city. But wat doesn't
work is
- the ShowMatchText and
- add a new city to the table
What is the problem????
Thanks very much for any help.
John Christenhusz
winmail.dat