Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I'm trying to display Bookmark into a list box, without use MACRO. The Bookmark object doesn't correspond to me needs.
Have you got any ideas ?
Thank you for help,
Jaymerry
Hello,
I have find a solution thanks to this blog :
http://yahqblog.blogspot.com/2011/01/novel-bookmark-display.html#comments
- You need to create a classic document bookmark, and then into bookmarks -> More, to check "+" for this bookmark.
- To create an inline table with ID and Bookmark Name.
- To create a list box with the name of the field "Bookmark Name" (from our new inline table)
- To go to Settings -> Document Properties -> Triggers and add an On Select trigger on the field "Bookmark Name". Add a Clear All action, followed by an Apply Bookmark action. For the Bookmark ID for the latter, enter the name of your ID fields.
Thank to Jonathan, the author of this blog for this idea.
Regards,
Jaymerry
Any luck? I'm also interested...
P.S. - is it possible to do that through a macro? If so, how?
Hello,
I have find a solution thanks to this blog :
http://yahqblog.blogspot.com/2011/01/novel-bookmark-display.html#comments
- You need to create a classic document bookmark, and then into bookmarks -> More, to check "+" for this bookmark.
- To create an inline table with ID and Bookmark Name.
- To create a list box with the name of the field "Bookmark Name" (from our new inline table)
- To go to Settings -> Document Properties -> Triggers and add an On Select trigger on the field "Bookmark Name". Add a Clear All action, followed by an Apply Bookmark action. For the Bookmark ID for the latter, enter the name of your ID fields.
Thank to Jonathan, the author of this blog for this idea.
Regards,
Jaymerry