I am a new Crystal Reports user and the program seems to offer a ton of functionality but what I am really looking for is a way to pass variables around without first writing
them to a database. here is process flow.
User fills out web form.
DLL takes data and performs operations
New data passed to Crystal Reports
Report is converted to pdf
User prints completed pdf
So far what I have learned from this forum is that I might be able to do this by declaring global variables and somehow
assigning new values to those variable. Then I can have functions all over my page that call those global var and display contents. I don't mind reading if someone knows a good site documenting this.
TIA
them to a database. here is process flow.
User fills out web form.
DLL takes data and performs operations
New data passed to Crystal Reports
Report is converted to pdf
User prints completed pdf
So far what I have learned from this forum is that I might be able to do this by declaring global variables and somehow
assigning new values to those variable. Then I can have functions all over my page that call those global var and display contents. I don't mind reading if someone knows a good site documenting this.
TIA