Product

Table pagination in 4D Write Pro

Tables are a great feature in 4D Write Pro since they open a whole new world of possibilities. Their flexibility allows them to hold as many rows and columns as needed, and the cells can contain paragraphs and pictures.

Things just got even better with 4D v17 R2 thanks to a new feature: table pagination! And you don’t have to manage the pagination yourself, it’ll be fully automatic. No more counting rows to check a page’s size or orientation. From now on, the tables are dynamically split when a page or a column break occurs.

Events

Take your imagination to the limit with 4D v17 and 4D Write Pro – Caroline from the 4D Summit 2018

As 4D v17 approaches, it’s worth taking a moment to pause and think of all the possibilities 4D Write Pro has to offer. For those who have extensive 4D Write programming skills and are wondering if 4D Write Pro can compare, this blog post will answer this question and more! We’ll even give you a database example of a complex travel brochure to show you what 4D Write Pro is capable of and how it’s surpassed 4D Write in many areas! And if you’re still hesitant about whether or not to take the plunge, watch this 4D Write Pro video from the 4D Summit 2018 featuring Caroline Briaud, where she presents the capabilities of 4D Write Pro and how far you can go to create complex documents.

Product

How to easily handle text insertion in 4D Write Pro

4D Write Pro packs in a lot of commands and functions allowing you to create and handle complex documents by programming, documents which include pictures and text! Today, 4D Write Pro gets its own commands to insert and read text without needing to use commands originally designed for Styled Text! Thanks to these new commands, your code takes full advantage of the 4D Write Pro programming concepts, i.e. objects and ranges. Thus, your code is more elegant and easier to read!

Product

Use table ranges in 4D Write Pro

Since 4D v16 R4, it’s been possible to create tables by programming in your 4D Write Pro documents. Styling the whole table or just certain cells could be done during the creation of the document, but maybe you also want to manage your tables afterwards. Now, it’s easy to manipulate tables in an existing document, to change the border style or color, to change the font size or make it bold, etc.

4D Write Pro programming is highly based on “ranges“. After paragraph ranges and picture ranges, 4D v17 introduces a new type of range: table ranges, returned by a new command: WP Create table range. Styling tables is now simple with this new command and new type of range!