Here's another approach:
Bookmark the textblocks, then hide the text as per user's selection in yr
dialog
using something like:
ActiveDocument.Bookmarks("TextBlock4").Range.Font.Hidden = True
Krgrds,
Perry
>I like to create an online form that allows me to enter Text into some
>fields and select some checkboxes. When I print, only the text associated
[quoted text clipped - 22 lines]
>
> Is this doable? Are there examples I can look at to learn how to do it?
Frank Spade - 17 Jan 2006 14:04 GMT
Thank you Perry,
that's woth looking into ...
Kind regards,
Frank
> Here's another approach:
>
[quoted text clipped - 3 lines]
>
> ActiveDocument.Bookmarks("TextBlock4").Range.Font.Hidden = True