I have this HTTP procedure that is called by a file item when a user clicks the link.
The last value... "p_arg_values=R102-SHT1R8.DWG" is a property of the item (its unique name). The rest of the querystring is hardcoded. For some reason, when portal creates this link next to the item, the parameter "p_arg_values=%3D" changes to "p_arg_values=%253D" despite it being hardcoded (this parameter is a condition for the form... I'm trying to get the record where dwg_name = R102-SHT1R8.DWG.) By looking at the string from an example, I determined that %3D somehow means equal to.
My string works perfectly when pasted into the address bar.
Anyone know what's going wrong here?
This link is meant to link a user from an item to a form displaying a table of data relating to that item.
The last value... "p_arg_values=R102-SHT1R8.DWG" is a property of the item (its unique name). The rest of the querystring is hardcoded. For some reason, when portal creates this link next to the item, the parameter "p_arg_values=%3D" changes to "p_arg_values=%253D" despite it being hardcoded (this parameter is a condition for the form... I'm trying to get the record where dwg_name = R102-SHT1R8.DWG.) By looking at the string from an example, I determined that %3D somehow means equal to.
My string works perfectly when pasted into the address bar.
Anyone know what's going wrong here?
This link is meant to link a user from an item to a form displaying a table of data relating to that item.