I am using CR11 with the backend SQL Server 2005. My report has 8 parameters. As some of my parameters are dependent upon data within SQL Server, I have had to set up a total of 4 data sources (3 commands).
The problem is that when I refresh the report I get asked for the same parameters...
I am attempting to dynamically set the field I wish to update at run time.
This is my code (DAO)
rs.Edit
rs(parameter)
rs.Update
I have tried using [] () ! and . characters to now avail. Anyone know how to pass a string character into a recordset object and have it recognized as a field...
This is all very helpful except that I already have used a command as the source of my report. When I attempt to write a 2nd command that would be the source of my parameter list the Database Expert sends up a second dialog box asking me to link the command statements together.
Am I missing...
I'm using Crystal Reports 11/XI
I have a report that has 7 parameters which a user can select any or all. I would like to show the user's selection criteria on the report or page header. I wrote the following into a formula that was in that report header.
If {?Gender} <> "All" Then "Gender...
I have CRXI (11). I am creating reports for a client that are as flexible as possible. To do that it would be great to be able to program the chart/ chart wizard at run time. Has anybody attempted that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.