Dynamic List Values [message #80093] |
Sat, 10 August 2002 04:19 |
Praveen.B
Messages: 25 Registered: August 2002
|
Junior Member |
|
|
Hi,
I want to know how to add values to list programatically .
My Problem:
For e.g .I have created a form based on the EMP table
now i want my primary key(EMPNO) to be a list where values present in the DB should be reflected .
pls give me a sol
|
|
|
Re: Dynamic List Values [message #80099 is a reply to message #80093] |
Sun, 11 August 2002 19:55 |
Tejpal Saraswat
Messages: 22 Registered: August 2002
|
Junior Member |
|
|
Hello PB
u can insert values in ur List Item Dynamically just give the List Item Type as Combo Box, and in loop u can use the Built in Add_List_Element for parameters refer the help . increment the List element parameter each time and List_Level and List_Value u can give same or it can be differ also.
best Regds.
Tej.
|
|
|