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

Special printing and formatting with FileMakerPro6


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

Recommended Posts

Posted

First the "normal" way of doing it:

1+3 Make a layout for each field order you want to print, set the formatting as you like it

2 omit those records that don't please you

4 insert some blank records in between or set um dummy fields which take that data.

Now another aproach:

make a calculated field which exchanges certain placeholders, enter those placeholders in another field.

placeholder field:

<<field1>> <field3>> + 99 <<field5>>

<<field99>>

calcfield: Substitute(substitute(substitue(....(placeholderfield,"<<field1>>",field1),"<<field2>>",field2), ...).

If you now copy the result of this calc via script to a text field, you can manually override any formatting, or adding data as you want.

Now choose the right layout with the apropriate sliding options, and choose "Print".

Another aproach:

Use custom web publishing and a lot of javascript to format your page, then print from Browser.

And yet another:

Write a short applescript to transfer the data to Quark Xpress with formatting, or use Microsoft Words merge letter feature.

Still some more:

Use XML and XSL-FO to generate a pdf with a FOP engine. or use Indesign XML input ...

You see, anything is possible, you just have to program it.

Posted

a brief question:

I want to see on the printout the entire content of each field but i do not know the amount of the text in the field in advance.

Is it possible to create a layout where the fields are auto-resizeable?

Can a field change its size depending on the size of the text in it?

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