TfrxReportServer arabic pameter
I user Web:TWebBrowser to call server with this code
Web.Navigate(
'http://' + eIPAddress.Text + ':' + eHTTPPort.Text +
'/result?report=' + RepName+ '.fr3&Cri=custName=Ù…Øمد' );
But when I check variables in server side
S := Report.Variables;
I get s value
S:='CustName='
the arabic word disappear
Web.Navigate(
'http://' + eIPAddress.Text + ':' + eHTTPPort.Text +
'/result?report=' + RepName+ '.fr3&Cri=custName=Ù…Øمد' );
But when I check variables in server side
S := Report.Variables;
I get s value
S:='CustName='
the arabic word disappear