Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2458 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (edited)

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 by sandropan
Posted

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. 

  • 1 month later...
  • Newbies
Posted

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.

Posted

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.

This topic is 2458 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.