How to escape double quotes?
467440Jun 26 2006 — edited Jun 27 2006hi,
we are running reports requests from oracle forms application with rwservlet.
we are passing our parameters with PARAMLIST type variables and using RUN_REPORT_OBJECT(pReportOBJECT,pPARAMLIST);
sometimes we have double quotes in report parameter's values. and this causes error because reports server gets parameters within double quotes. i can see the error at command line list at trace files of reports engines.
we tried to escape double quotes by replacing them 2 double qoutes. but it did not worked. reports prints two of them if we use 2 double quotes.
we tried to escape them with \, but this did not worked too.
is there a way to escape them and see the correct format at report output.
thanks in advance.
regards, Engin.