Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating a multiple value field

Status
Not open for further replies.

csjoseph

MIS
Jan 2, 2001
247
US
I have a computed field w/ multi value enabled. It holds names, I need to remove a name from the list. Here is what is happening.

The field is set when saved, let's say the value is:

Chris;John;Paul

I'm using this command

FIELD fldNames := @Trim(@ReplaceSubstring(@Implode(approvalNeeded;" ");"Chris"; " "))

It is not updating the field. I can put that same command in an @prompt and I get the expected result.

What am I missing?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top