user defined crystal reports
i want to know whether can user select columns(fields) and can get crystal report as he wants.
i am having one table and 15 fields with different types, at any moment user has to select only those fields which he require.
so is there any way to do this ?
Re: user defined crystal reports
Re: user defined crystal reports
plesssssssssssssssssss helpppppppppppppp
Re: user defined crystal reports
I believe it can be done, but you have to license this specific functionality from Crystal, which costs money!
Re: user defined crystal reports
is there another way ?
or if no, then how can i get it ?
Re: user defined crystal reports
How is the user manipulating the data? In a grid? Many grids (eg TDBGrid) have printing functionality built in that will produce simple reports on the fly.
Re: user defined crystal reports
user is manupulating data through MSHFlexgrid.
Re: user defined crystal reports
How many different combinations of fields are you allowing? If it's not too many you could just write one report for each and give the user the choice of reports.
Re: user defined crystal reports
i think 15 combinations are possible to select by user.
but i will have to design 15 types of reports only for 1 type of report this too much tedious job.
so if possible plzzzzz sugeest me any other easy way.