DanNorris2000
Technical User
I would like to print a series of Crystal reports, all of which use the same report parameter, "?bookto"
How do I prompt the user once for the string and use it as the value for all?
CrxReport.ParameterFields.GetItemByName("BOOKTO"
.AddCurrentValue = (YYYMM from user)?
Thank you
How do I prompt the user once for the string and use it as the value for all?
CrxReport.ParameterFields.GetItemByName("BOOKTO"
Thank you