Subject | Fill ComboBox with sql |
---|---|
Author | MT |
Post date | 2001-03-21T18:14:08Z |
I need to fill a lot of IBComboBox (Items and ItemsValues) dinamically when
start application, could anyone suggest a solution? I'm beginners with sql.
Thanks
Mark
P.S.
Example:
Table: general
NAME=integer
SURNAME=integer
Table: combo description
IDCOMBO=idcombo
COD=integer
DESCRIPTION=text
I need for field NAME and SURNAME that the combo display a text description
but save a number code.
start application, could anyone suggest a solution? I'm beginners with sql.
Thanks
Mark
P.S.
Example:
Table: general
NAME=integer
SURNAME=integer
Table: combo description
IDCOMBO=idcombo
COD=integer
DESCRIPTION=text
I need for field NAME and SURNAME that the combo display a text description
but save a number code.