Hi,
I have a package with few functions in it that returns certain values like name, address, state and zip
But while I am passing these values to get the result on the crystal report viewer on a web browser, I am not getting any special characters like dashes, commas, parenthesis…ends up in error..
For example
lets say u have a function named ‘address’ returning something like “123 my address, NY 10001” (COMMA is the problem here)
I am trying to pass these values to the Crystal Report on the web thru input tag and found that I can only get up tp “123 my address”…. the rest is being ignored.
HTP.p (‘‘ );
But when I removed the comma, its passing everything
Please help
Thanks
San