Avatar

Level 1

I'm building a set of dependant drop-down menus in a form - The first menu will have about 60 choices, and the dependant menus will have about 600 choices (about 8-10 in each menu depending on the choice in the first). I'm trying to do this all in the form script, without linking to an external data source, to avoid any access issues for the end users. Is there an upper limit to custom Javascript length that I need to watch out for, before I spend a few hours putting the coding in? I'm using LiveCycle Designer ES 8.2.

Secondly, if there is a cap on the script length, whats the best/easiest format for datasources (.xls?) other than setting up an .mdb file? There are restrictions on using .mdbs on the network where the files will be primarily used.