Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
m.huester
in reply to: vpeuvion

Hi,

thanks a lot, but its the same mistake.

The param SML does not update.

I have tried to change the order:
first the param and then the set list but that doesn't help either.

 

Did you work with 2024? I now think that this is a programme error ?

 

Catch
  oPara.AddByValue("SML", "", kTextUnits)
  Parameter.Param("SML").Value = "Wert1"
MultiValue.SetList("SML", "Wert1", "Wert2", "Wert3")
End Try