These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Populate Drop Down list from static table

HeavyPaladin
Registered: May 18 2009
Posts: 7

Dear All,

I have a static table with values for each row, I am populating different drop downs from these values.
here is a sample of the table

row1[0]: 1 House 00011100 full furinture for all rooms $200000 Cash
row1[1]: 2 Villa 00011200 with garden and roof $2000000 Cash
row1[2]: 3 -------- 00011100 and so on $200000 Cash
row1[3]: 4 -------- 00011100 and so on $200000 Cash
row1[4]: 5 -------- 00011100 and so on $200000 Cash

in the intialize event of the drop down I call this function at the script object to populate the list of the properties as follows:
function fillProperities()
{
var Nrows = form1.variables.v_prop_rows.value;
for(var li=0;li

My Product Information:
LiveCycle Designer, Windows
garath
Registered: Mar 24 2009
Posts: 49
One question: does You add row instances?
HeavyPaladin
Registered: May 18 2009
Posts: 7
Hello Garath,

I have text object in each field that hold the values and yes, I just add the rows using the context menu -> insert row at the design mode.Best regards