Forum: Issues, Questions, Etc.
December 1st, 2020, 03:24 PM
|
Replies: 1
Views: 357
FP11 cmd-copy and cmd-paste on mac
Just updated to FusionPro® VDP Creator 11.0.9 and noticing that on my mac version 10.16 that when I do the usual cmd-C and cmd-V it does not work anymore.
Is there any way to get this working...
|
Forum: Issues, Questions, Etc.
January 8th, 2020, 01:30 PM
|
Replies: 2
Views: 5,223
|
Forum: Tables & Charts
December 23rd, 2019, 05:10 PM
|
Replies: 2
Views: 10,421
Re: Thinner table border
Thanks, Dan.
I am using inline graphics now to get the line as thin as needed. I also have some with dotted lines.
This works.
|
Forum: Issues, Questions, Etc.
December 23rd, 2019, 05:08 PM
|
Replies: 2
Views: 5,223
line spacing with inline graphics
I am creating basically a 'table-style' list using inline graphic images for the dotted lines that go below each "row". I notice that as more 'rows' are added to the list, the spacing between each...
|
Forum: Tables & Charts
December 14th, 2019, 03:41 PM
|
Replies: 2
Views: 10,421
Thinner table border
In my table, I need a thinner border than the standard "thin", "medium", "thick" options
cell.SetBorders("Thin", "Magenta", "Bottom");
Is there any way to get a thinner...
|
Forum: Tables & Charts
November 21st, 2018, 03:00 PM
|
Replies: 2
Views: 8,370
Re: Table in columns
Dan, this is awesome!
I apologize for the delay.
Your code was essential to getting me started on this!
We have been expanding upon it to allow for overflow pages and styling.
It is working...
|
Forum: Tables & Charts
October 29th, 2018, 03:37 PM
|
Replies: 2
Views: 8,370
Table in columns
I need suggestions, please.
How does one create the table in the attached PDF from the data in the attached spreadsheet?
I planned on using a XDF file to drive the data into the tables.
...
|
Forum: Tables & Charts
October 29th, 2018, 11:19 AM
|
Replies: 1
Views: 6,939
Table rotated cell content
I cannot figure out how to make the content in the table cell rotate 90degrees. I added the line:
myTable.Rows[0].Cells[0].Rotate = 90;
and nothing rotates.
var myTable = new FPTable;...
|
Forum: FusionPro® VDP Creator
October 29th, 2018, 07:51 AM
|
Replies: 3
Views: 4,655
Re: Inline Image from external file path
My apologies for not getting back to you sooner.
I attached collected files, simpllified to have only images.
I do not know how to get the inline image from external path. I need to pull...
|
Forum: FusionPro® VDP Creator
September 10th, 2018, 10:07 AM
|
Replies: 3
Views: 4,655
Inline Image from external file path
In the attached collected files, I can pull images from external file path within the graphic frame.
How do I pull images from external file path as an inline graphic?
Ultimately I want...
|
Forum: Issues, Questions, Etc.
August 8th, 2018, 12:18 PM
|
Replies: 1
Views: 3,031
Array stop and start
I have an array of values, but I need to be able to "stop" the array when a value is "nothing" and then continue to start a new array with the next series of values.
Example:...
|
Forum: FusionPro® VDP Creator
July 24th, 2018, 09:03 AM
|
Replies: 11
Views: 10,411
Re: High Sierra and FP 10.0.16
I am running into a similar issue. My job is pulling variable image for each record. We do not have 'expression' .
When composing records 1-10, no error. When composiing record 10-20, no error. When...
|
Forum: Formatting Text
July 16th, 2018, 02:34 PM
|
Replies: 2
Views: 5,132
Re: Bullet Point in FusionPro
I am no expert, but I usually use the html symbol: •
in the fusion pro rule.
Change the font accordingly to a bold face.
No fancy js required.
|
Forum: Graphic Rules
July 13th, 2018, 02:53 PM
|
Replies: 0
Views: 6,518
Return text based on a graphic selected
I have tried several attempts, and cannot figure this out.
I have text fields that I want to populate based on the image selected from the graphic gallery in DSF.
_____
if (Field("image") ==...
|