Global variable is record bound on page

SogSog Member Posts: 1,023
edited 2012-11-29 in NAV Three Tier
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.
|Pressing F1 is so much faster than opening your browser|
|To-Increase|
Sign In or Register to comment.