When i make a crystal report it shows all the records of the database.. I want that on clicking the button only the crystal report for that person should be shown on which record i am currently working on... means crystal report should be shown only for one person.. Dont know how to do it.. if you can help me out just reply me at [email protected]
Loading
ManuPosted May 5, 2006, 1:55 AM
As far as I got your problem, I think you should make different queries for different user logins on the particular table, and then fill the filtered records in a dataset which'll be given to the Crystal report to show.
If the solution does't match with your problem, then clear your problem more.
Bye