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

Designer 7.0 - eliminate appearance of old data entry in drop down box

mesquite_murph
Registered: Aug 1 2007
Posts: 7

Please advise how I can eliminate the appearance of previous entries (in a drop down box) when a field entry box is clicked on for entry of a new record.

Thanks!

My Product Information:
LiveCycle Designer, Windows
cfinley
Registered: Jan 9 2008
Posts: 70
I think this article may help you

http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=12277

examine the code in the variable example1, look at the the function setpartentries

PartList.clearItems();

see if you can adapt this line into your script and make the old data go away

hope that helps