How I can Call StiCalcDataColumnEditForm To Cerate New CalcDataColumn ?
Posted: Mon Jun 06, 2011 3:38 am
Hello
I Try To Insert New Calc DataColumn To Dictionary at Run Time
I show StiCalcDataColumnEditForm By This Code
The Form Is Displays to user
:biggrin:
But
when click on StiExpressionButton

Program is down And Showing this Erorr message
((Object reference not set to an instance of an object.))
I Try To Insert New Calc DataColumn To Dictionary at Run Time
I show StiCalcDataColumnEditForm By This Code
Code: Select all
Dim caFrm As New Stimulsoft.Report.Design.Dictionary.StiCalcDataColumnEditForm(mReport)
caFrm .Show()
:biggrin:
But
when click on StiExpressionButton

Program is down And Showing this Erorr message
((Object reference not set to an instance of an object.))