January 9, 20187 yr Newbies Hi everybody and thank you in advance for the support. I am trying to use scribe in a filemaker application to create a huge word document with several text and many images. I would need to insert some dynamic page breaks, which position depends on the report that I am creating, but I couldn't find anything useful in the scribe help. Is there a way to do this? The app is built in Fm16, the plugin version is updated. Edited January 9, 20187 yr by sandropan
January 10, 20187 yr Hi Sandropan, Scribe can insert a page break with the ScribeDocAppend function and passing in the parameter "newPage=true". However, this would mean that would need to create each page separately and then append them together using that function.
February 28, 20187 yr Newbies Hi, I don't know how to pass "newPage=true" with ScribeDocAppend. Could you please make an example how pass "newPage=true" with that function? There is no example with ScribeDocAppend.
February 28, 20187 yr Hi Seb1, You pass in the parameter like so: ScribeDocAppend( Documents:myDocument; "newpage=true") In this example Documents::myDocument is a reference to a container field that contains the data that you want to append.
Create an account or sign in to comment