Dear All,
I need held calculating two values within HRFOMS.
I would like to have a screenfield with the value of the current page Therefore i got a global variable G_total_pagecount and i have the current page xfa.layout.page(this)
I tried the following
data.#pageSet[0].Startseite.Titel_und_Anschrift.Allgemeine_Daten.Org_D aten.Seite_global::ready:layout
$.rawValue = $record.G_TOTAL_PAGECOUNT + xfa.layout.page(this) and received no value or var page = parseInt(xfa.layout.page(this), 10); // , 10 erzwingt die Umwandlung als dezimalzahl var global = parseInt(xfa.record.G_TOTAL_PAGECOUNT, 10) var total = page + global: this.rawValue = total.rawValue; But both did not work I would be happy to get any new idea Angela