Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set bookmark name from variable?

Hi,

My requirement is for the user to create a bookmark from a button, giving it a name in an Input Box.  I successfully storing the name in a variable.  I have a button whose action creates a bookmark using that variable as the name.  The bookmark is created, but the name displays as, '-.'  I would appreciate any help.

Thanks

1 Solution

Accepted Solutions
sushil353
Master II
Master II

in button use:

='$(vBookmarkName)'

HTH

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

in button use:

='$(vBookmarkName)'

HTH

Sushil

Not applicable
Author

Thanks--that does work. 

The user has to click outside of the input box before clicking the button, though--or the action doesn't recognize that the variable has changed.  I'm sure I will figure that part out.