Adobe InDesign - Text Threading

Hello everyone,

I have a script that I’m using to import text from an rtf file into a new InDesign document. My problem is that I need the AppleScript to create several text boxes over several pages and then flow the text in a thread. I’ve gotten as far as placing the text into one text box on one page.

Any help would be appreciated.

Hi. Set the source’s next text frame property to a destination.

tell application "Adobe InDesign CS3"'s document 1 to set (page 1's text frame 1)'s next text frame to page 2's text frame 1