Subject | Error in configuring Tib_lockupcombo |
---|---|
Author | Ronaldo Rezende Vilela Luiz |
Post date | 2002-03-22T20:28:19Z |
I have use the instructions of the configuring tib_loockupcombo of the ibo
help.
When I click in the insert of a ib_updateBar an error is generated:
"Fieldname: "atividades"."modalidade_id" not found.
I have 2 tables:
Table Atividades:
SELECT "id"
, (select "descricao" from "modalidades" where "modalidades"."id" =
"atividades"."modalidade_id") as "modalidade"
, "dia"
FROM "atividades"
and
Table Modalidades:
SELECT *
FROM "modalidades"
(id, descricao)
--
Ronaldo Rezende
ronaldim@...
-----------------------------------------
Programador Delphi
Uberaba, MG - Brasil
cursando Sistemas de Informa��o
na Universidade de Uberaba
....
help.
When I click in the insert of a ib_updateBar an error is generated:
"Fieldname: "atividades"."modalidade_id" not found.
I have 2 tables:
Table Atividades:
SELECT "id"
, (select "descricao" from "modalidades" where "modalidades"."id" =
"atividades"."modalidade_id") as "modalidade"
, "dia"
FROM "atividades"
and
Table Modalidades:
SELECT *
FROM "modalidades"
(id, descricao)
--
Ronaldo Rezende
ronaldim@...
-----------------------------------------
Programador Delphi
Uberaba, MG - Brasil
cursando Sistemas de Informa��o
na Universidade de Uberaba
....