I'm trying to build a URL for a custom button to send to an Oracle Reports Server. Several of the parameters require quotes, but when I put quotes in my string, it won't work.Example:;myString = "
http://somewhere.com?";myString += "TBL&NAME&,'~','~',CHAP"If I delete the single quotes my Oracle Report will open,but not run. If I put the single quotes in, Builder doesn't like it.Any ideas???