How to set database values to list item on execute query? [message #290450] |
Sat, 29 December 2007 00:23 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
rakesh1901
Messages: 12 Registered: November 2007 Location: Vadodara,India
|
Junior Member |
|
|
Hi,
my form contain list item field(s_reason).its set as poplist.and it is not a database field.
s_reason contains data like
01.abc
02.pqr
03.xyz
i have 2 tables.
1st is "A".and it's field is "rea_cd".which contains data like 01,02,03 etc.
and
2nd table is "B" and it has 2 fields and has data like
cd reason
-- ------
01 abc
02 pqr
03 xyz.
nw my problem is to display list item records in "s_reason" after executing query using table "A" and "B".
waiting for ur reply.
thank you in advance.
|
|
|
|