Topic: parameter prob while sending VB6 to CR 9 Posted: 13 Jun 2010 at 10:16pm
Hi,
I am newbie and I have prob sending parameter from vb6 to cr9. here is a code:
txtRasidNo="sdf<><O:V>"AS"""';sad';dd{}&%#@"
Set CRRpt = CRApp.OpenReport(App.Path & "\FD.rpt")
With CRRpt.FormulaFields
'RasidNo is formula name created in CR
.GetItemByName("RasidNo").Text = "'" & txtRasidNo & "'"
End With
While sending these character Report does not show
and msg occurs like
"The remaining text does not appear to be part of formula"
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum