Subject | TIB_SearchEdit problem |
---|---|
Author | Dennis Mulder |
Post date | 2005-02-13T03:05:06Z |
When I try to rebuild the SearchingLinks sample program, the SearchEdit
control is black and I can't do any searching with it.
I have set:
OrderingItems:
EMP_NO=EMP_NO; EMP_NO DESC
LAST_NAME=LAST_NAME; LAST_NAME DESC
FIRST_NAME=FIRST_NAME; FIRST_NAME DESC
Ordering Links:
EMP_NO=1
LAST_NAME=2
FIRST_NAME=3
OrderingItemNo:
2
the SQL statement for the query:
SELECT *
FROM EMPLOYEE
I set the correct DataSource for the TIB_SearchEdit
When the program runs, I can click on the column headers so the right
column orders, but still the SearchEdit control stays black.
Have I forgotten something? Please help.
Dennis
control is black and I can't do any searching with it.
I have set:
OrderingItems:
EMP_NO=EMP_NO; EMP_NO DESC
LAST_NAME=LAST_NAME; LAST_NAME DESC
FIRST_NAME=FIRST_NAME; FIRST_NAME DESC
Ordering Links:
EMP_NO=1
LAST_NAME=2
FIRST_NAME=3
OrderingItemNo:
2
the SQL statement for the query:
SELECT *
FROM EMPLOYEE
I set the correct DataSource for the TIB_SearchEdit
When the program runs, I can click on the column headers so the right
column orders, but still the SearchEdit control stays black.
Have I forgotten something? Please help.
Dennis