Hi everybody,
I'm having a problem maintaining a value in a global variable.
This happens on a page with the following lay-out
contentarea
group
field with global var
field with global var
repeater
field from record
field from record
When another record is selected in the repeater, the fields with the textbox is emptied.
When selecting the first record again, the textbox is filled again.
Can this behaviour be avoided without using multiple pages?
[solved]:
It can by using a currpage.update after the modification of the variable.