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

how to move table row.. in dynamic pdf

sagarneo11
Registered: Feb 29 2008
Posts: 9

hello i m new user on this community i m working on adobe livecycle designer 8.0
and i have one problem i need to create one dynamic pdf... i want to move table row of the table by putting row number in to the pop up window i created pop up but i need to know how i can move row... i m useing movie data script for document... can u plz help me out...???]

thanks...

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
moving rows is done with the "instanceManager.moveInstance()" function. This function only works on a set of repeated subforms in a dynamic form. Your table should already conform to this requirement, i.e., it should be a set of repeated subforms.

This function is similar to the "addInstance()" and "removeInstance()" fucntions that are demonstrated in the order form example that come with LiveCycle.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script