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

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

Recommended Posts

Posted

is it possible to append text or images to the end of a loaded doc. (not just another document)-

 

i.e. something like--

 

$result=ScribeDocAppend ("new stuff")

 

it seems the function only looks to append other files, not text

what i need is to be able to add custom text to the end of some documents-

 

not sure how to do this.

 

thanks!

Posted

You can append text or pictures to the end of a document or a new page. To do so, you call ScribeDocAppend on a loaded document exactly how you did above. ScribeDocAppend("new text") will write "new text" to the end of your document. In the case of a picture, just pass in the field reference to the container that stores the picture. You can also add the "newPage=true" parameter if you want the text to start on a new page. I have attached a simple test file to show this functionality. 

AppendStuff.fmp12

This topic is 2200 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.