Hi, i have a form master - detail
i have a event ajax for a field city (field type SELECT) in this event i have a script: [g_myvar] = 3;
i asign a value to a variable global in event onload [g_myvar] = 2;
Then when my form load the variable [g_myvar] = 2 and when i change field city a other city, DO NOT CHANGE THE VALUE TO 3.
I have a link type capture, i send this variable [g_myvar] as parameter but this always = 2;
Why event ajax do not change this value to 3??