-
Junior Member
Re: Parameter Delimiter
Hi Umesh,
I am correlating this field and below is my web_reg_save_param function and i am replacing the value of this field as {rating_id1}
web_reg_save_param("rating_id1",
"LB=id=\"HiddenField_RatingAppID\" value=\"",
"RB=\"",
"NotFound=ERROR",
LAST);
Please advice.
-
Expert Member
Re: Parameter Delimiter
Hi Sai,
Your Web_reg_Save_param function seems to be correct. Check the place where you are using the correlated value of rating_id1.
It should be not reflected in color Pink but should be of the same font color as of remanining text. Incase it is displayed in different font color, it means there is parameter existing with the same name as web_reg_save_param name.
Either replace the parameter name in the Params list or substitute the value of rating_id1 in the wev_reg_save_param clause.
Also, error is about Param delimiter called as RatingAppId. Are you using this as a seperate web_reg_save_param variable elsewhere. Coz as per your code, replacing value should be rating_id1 only.
cheers...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules