I have the following code but it gives me a stack error. I simply want to place some text in a blank text box on my Crystal report at run time. I'm using VB .Net 2003 with Crystal Reports 10. The following code is in my CRViewer.
Can anyone tell me why this line of code is not working?VB Code:
crpt.DataDefinition.FormulaFields.Item("Text2").Text = Session("PayDateRange")
Thanks


Reply With Quote