W
Wes Grant
Hello.
I am building a wizard that gathers information from a user including a
picture and several pieces of text for multiple items. After imputting the
pictures and descriptive information for each unit, the wizard builds the
document. Each page should have 1 picture and the descriptive text under
it. The problem is this: When I loop through and place my pictures, they
all end up on the first page and the descriptive data follows the page
breaks as normal.
How can I make sure that the picture is always placed at the top center of
the CURRENT page? I am using activedocument.typetext and
activedocument.inlineshapes.insertpicture methods to build the document.
Thanks in advance for helping this lost newbie!
I am building a wizard that gathers information from a user including a
picture and several pieces of text for multiple items. After imputting the
pictures and descriptive information for each unit, the wizard builds the
document. Each page should have 1 picture and the descriptive text under
it. The problem is this: When I loop through and place my pictures, they
all end up on the first page and the descriptive data follows the page
breaks as normal.
How can I make sure that the picture is always placed at the top center of
the CURRENT page? I am using activedocument.typetext and
activedocument.inlineshapes.insertpicture methods to build the document.
Thanks in advance for helping this lost newbie!