Originally posted by swvermeulen
View Post
if (this.rawValue == "GLTW" || this.rawValue == "SCLTW")
{
Fietsbel.presence = "visible";
}
else
{
Fietsbel.presence = "hidden";
}
and now it is working
Leave a comment: