What am I missing? This is being used in a memo form (shared action - button). Seems simple… goto select the email addresses but nothing is placed in the field.
addresses:=@PickList( [CUSTOM] ; “customers.nsf” ; “Emails” ; “Select Email Addresses” ; “Please select the addresses needed for this email” ; 1 );@SetField(“BlindCopyTo”; addresses)
I know you normally use “” around the final @SetField value but it’s a variable.
Just a followup… gonna rebuild the view. The picklist is pulling in the view but not as categorized like it was designed. This could be causing the “” value even though it appears that you are selecting something in the picklist. The syntax for the picklist is correct otherwise you would have no results (re: missing server in previous posting).
Subject: RE: Picklist+SetField Formula (Missing Something?)
Tried this… still no luck. Strange… will test with other Dbs + create temp field on the memo form. Another strange thing… even the @If(addresses=“”…) did not give an error.