Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

crystal reports

i have three forms in my project i enter data in the first form & the second form when i come to 3rd form i have a link to display a report which gives all the data which i have entered in the 1st & 2nd forms
plz help
[227 byte] By [suman_bista] at [2007-11-11 8:14:49]
# 1 Re: crystal reports
Which table is connected with report?

You can do this way ~
1) Create one temp table.
2) Capture all inputs through the firsh form and second form. then Insert all data into temp table.. (before you show your report)
3) Then, Show your report.
- All datas that you have entered will be shown on that report..
Sync at 2007-11-11 21:47:48 >