No match found for the requested parameter
报错:No match found for the requested parameter "Param_GridControlGridDataKeys". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size关联:web_set_max_html_param_len("1024");
web_reg_save_param_ex(
"ParamName=Param_GridControlGridDataKeys",
"LB=GridControlGridDataKeys\" value=\"",
"RB=\,",
"Ordinal=1",
SEARCH_FILTERS,
"Scope=Body",
LAST);
单场景时,跑27个用户是没问题的,如果多于27个用户就有问题,到底是什么原因呢 系统处理不了了,自然关联要的数据就不返回了 什么系统,处理什么业务,超过27个就不行?确定你的左右边界值是不变的?
页:
[1]