I am using cr 10.5 and vs2008. I have a field on my report detail line that holds the record key. When I click on it, I want to open the record up on a web page so it can be editted. The web page opens, but I don't know how to pass the value of the formula field that holds the key. If I do this in the format/hyperlink area, I open a web page that has the web url and the key value. Here is my url:
" If I change it to
" + @VehicleTare_Key} then it sends me to the wrong webpage. I need this formula field key so I can select the correct record to be editted.
" If I change it to
" + @VehicleTare_Key} then it sends me to the wrong webpage. I need this formula field key so I can select the correct record to be editted.