Hello Guys,
How do I pass NULL Parameter to a stored procedure report through RDC API.
My PowerBulider's code is as follows :
String ls_null
SetNull(ls_null)
crystalreport_base.ole_crx_subreport[1].ParameterFields.GetItemByName("@Name").EnableNullValue = TRUE
crystalreport_base.ole_crx_subreport[1].ParameterFields.GetItemByName("@Name").SetCurrentValue(ls_null)
What's wrong in above code. Please help me. I know how to do it using .NET and C# but not using RDC model in PowerBuilder.
Thanks
Dilemma
How do I pass NULL Parameter to a stored procedure report through RDC API.
My PowerBulider's code is as follows :
String ls_null
SetNull(ls_null)
crystalreport_base.ole_crx_subreport[1].ParameterFields.GetItemByName("@Name").EnableNullValue = TRUE
crystalreport_base.ole_crx_subreport[1].ParameterFields.GetItemByName("@Name").SetCurrentValue(ls_null)
What's wrong in above code. Please help me. I know how to do it using .NET and C# but not using RDC model in PowerBuilder.
Thanks
Dilemma