Skip to Content
0
Aug 25, 2023 at 06:48 AM

SAP ADOBE Interactive Forms: positioning of a subform via Formcalc

78 Views

Hello,

i have a positioned subform on my form. I would now like to move this via Formcalc. The object is on the top level. There are also no objects "flowing" over it.

Unfortunately, all my attempts with Formcalc fail:

I tried the following:

data.#pageSet[0].MASTERPAGE.Header::initialize – (FormCalc, Client)
$.x = "10mm"

It doesn't matter at what point in time: initialize, form.ready, layout.ready

The subform stays in the same place. The point in time form.ready and layout.ready probably don't make any sense anyway, because everything is already defined by then?

Who can help?

thank you for reading

Slim