cancel
Showing results for 
Search instead for 
Did you mean: 

Refer to values in conditional page break

TimoRenz
Participant
0 Kudos

Hi,

i have the following question:

I have one table in my formular. Within these table there is a field "count" which i want to fill per skript in layout:ready from count with:

data.Table.count::ready:layout - (FormCalc, client)

$.rawValue = gcount

"gcount" is a global variable i defined for this formular. With "gcount" i want to count the lines of the table within one page to use these value for a conditional page break.

The value of count is shown correctly but i cannot refer to these value in a conditional page break. Why? The value of count is always 0.

Anothere possibility is to refer on gcount but there the value is always the inital value i defined for this variable.

Can anybody explain the following script? I found these in the forum but it doesn`t work...

I tried this in layout:ready of the subform.

$.data.break.after = "Subform1"

$.data.break.startNew = "1"

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Can you explain the reasons for not populating the variable in the backend?

I mean: if you want a conditional break every 20 lines, why don´t you pass 20 from the backend? You could even do some fancy customizing around it (if it makes any sense:)))

regards Otto