Replace field value

I have one field in listbox .The listbox values are example windows-98,windows-2000,windows-Xp,windows-NT,windows 2000 I want replace windows 2000 to windows 2004 .How change it

I am using @replace command example @replace(“windows-98”:“windows-2000”:“windows-Xp”:“windows-NT”:“windows 2000”;windows 2000";“window 2004”)

but its not working

Subject: replace field value

See Replace in this example:

a:= “A” : “B” : “C” : “D” ;

b := “B” : “D” ;

c := “X” : “Y” ;

d := @replace( a ; b ; c)

The list asigned to d are:

“A” : “X” : “Y” : “D”

OK?

Subject: replace field value

after the @replace, have you assign this value to the list field you want to change?

Subject: replace field value

For your case I think that the problem is to set the options for the field. You must edit the form with the Notes Designer and change the options in its properties.