Skip to main content
Known Participant
December 18, 2009
Question

Finding footnote in a page

  • December 18, 2009
  • 1 reply
  • 527 views

hi,

how to find the page number of footnote applied textframe.

can any one give Suggestion to this.

This topic has been closed for replies.

1 reply

Inspiring
December 18, 2009

Some details please:

1. Which version of InDesign?

2. Which scripting language?

3. How experienced are you?

4. Have you attempted to write some code but can't get it to work? If so, post it and we will have a starting point. If not, what's stopping you?

Dave

Known Participant
December 19, 2009

hi

iam using InDesign CS3 with  Java script,  6 months working in InDesign Developing

  i tryed the code like this

        Dim ft As InDesign.FootnoteOption
        ft = iapp.ActiveDocument.FootnoteOptions
        MsgBox(ft.Parent.name)

footnote is applied with paragraph style as 'FS',using this footnote parent as to be found.

Inspiring
December 19, 2009

I hate to break it to you, but that's not JavaScript. Looks more like Visual Basic.

Try looking at some of these threads:

http://forums.adobe.com/message/2079627#2079627

http://forums.adobe.com/message/1108985#1108985

Dave