Where is this “Too Many Characters in String literal” message coming from?

后端 未结 2 1431
灰色年华
灰色年华 2020-12-22 05:13

Good morning all,

I\'m sure this is a gimme, but I have no idea where this issue is coming from.

I have the following lines in a view:



        
2条回答
  •  不思量自难忘°
    2020-12-22 05:27

    I'm not sure where that issue was coming from, I've updated the script to the following and it works.

    
    

    For anyone using this code, in future, please note I've added the evaluation

    if (selectedValue != "")
    

    this has been added if the option "All" is selected in the first FormTypes drop down list, there is no dependent part list that should be populated.

提交回复
热议问题