Search found 4 matches

by hburgue
15 Feb 2025, 04:20
Forum: "How do I do this"
Topic: attributes of specific rows/columns of a subfile
Replies: 3
Views: 14100

Re: attributes of specific rows/columns of a subfile

On Instruction with FGB and FDE missing index i .
by hburgue
15 Feb 2025, 04:17
Forum: "How do I do this"
Topic: attributes of specific rows/columns of a subfile
Replies: 3
Views: 14100

Re: attributes of specific rows/columns of a subfile

My apologies, I copied the script wrong.

***************************
Example:

Dynamic mode script
***************************

const FGB = ["",FIELDS("GB1"), FIELDS("GB2"), FIELDS("GB3"), FIELDS("GB4"), FIELDS("GB5"), FIELDS("GB6"), FIELDS("GB7"), FIELDS("GB8"), FIELDS("GB9")];
const FDE ...
by hburgue
15 Feb 2025, 04:12
Forum: "How do I do this"
Topic: attributes of specific rows/columns of a subfile
Replies: 3
Views: 14100

Re: attributes of specific rows/columns of a subfile

I was able to resolve this situation, but if anyone finds a better solution and wants to share it, I would appreciate it.

I assigned names to the columns of each row (of the first page of the subfile).
I set the STYLE parameter of the subfile Enhancer to dynamic mode ...
by hburgue
14 Feb 2025, 00:11
Forum: "How do I do this"
Topic: attributes of specific rows/columns of a subfile
Replies: 3
Views: 14100

attributes of specific rows/columns of a subfile

I would like to know if in Axes it is possible the change the display attributes of specific rows/columns of a subfile, not all of them, just some based on a defined criteria.

In case is possible, could you please provide a simple example?

Thank you