csillagyitzik
November 20th, 2009, 12:50 PM
Hi,
How can I change a Formula Field in code? I create a formula named "SD" that now has the following formula:
If 1=1 Then 'SD is 1'
I want to change it in code to: If 2=2 Then 'SD is 2'
I'm using VB .net and the CrystalDecisions.CrystalReports.Engine.ReportDocument object.
??? Help please
How can I change a Formula Field in code? I create a formula named "SD" that now has the following formula:
If 1=1 Then 'SD is 1'
I want to change it in code to: If 2=2 Then 'SD is 2'
I'm using VB .net and the CrystalDecisions.CrystalReports.Engine.ReportDocument object.
??? Help please