Нужно объединить ячейки в строке таблицы по некоторому условию(главная задача).
Еще вопрос, можно ли как то отлаживать программу написаную для формы на javascript? Нашел вот это
Цитата:
To enable the JavaScript Debugger for LiveCycle Designer
To enable the JavaScript Debugger for LiveCycle Designer and execute code from the JavaScript Console, you must enable JavaScript and the JavaScript Debugger in Acrobat Professional. You need to enable the JavaScript Debugger to access the JavaScript Console because the console window is a component in the JavaScript Debugger interface.
Note: You can enable the JavaScript Debugger in Adobe Reader if you have LiveCycle Reader Extensions installed. To enable the JavaScript Debugger in Adobe Reader, you need to get the debugger.js file and then edit the Microsoft Windows Registry. For more information about enabling the JavaScript Debugger in Adobe Reader, see Developing Acrobat Applications Using JavaScript at partners.adobe.com/public/developer/acrobat/devcenter.html (English only).
1. Start LiveCycle Designer.
2. Start Acrobat Professional.
3. In Acrobat Professional, select Edit > Preferences.
4. Select JavaScript from the list on the left.
5. Select Enable Acrobat JavaScript if it is not already selected.
6. Under JavaScript Debugger, select Enable JavaScript Debugger After Acrobat Is Restarted.
7. Select Enable Interactive Console. This option lets you evaluate code that you write in the JavaScript Console.
8. Select Show Console On Errors And Messages. This option ensures that if you make mistakes, the JavaScript Console displays helpful information.
9. Click OK to close the Preferences dialog box.
10. Quit Acrobat Professional.
11. In LiveCycle Designer, click the Preview PDF tab.
12. Press Ctrl+J to open the JavaScript Debugger.
Но без заполненых таблиц, это практически лишино смысла, хотелось бы увидеть что происходит уже непосредственно при выгрузке, да и даже на закладке PDF, я не вижу отладки
И еще можно ли как нибудь проверить синтаксис когда пишешь подпрограмку на javascript, кроме перехода на вкладку "Предпросмотр PDF"?
Как правильно точку останова, чтобы делать отладку по шагам?