11/25/2024 9:38:58 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
| |
| |
|
Re: does anyone knows how to pass several slx accountIDs as parameters to crystal reports ?
Posted: 30 May 08 12:30 PM
|
Yeah , Go and change the param in your cr to accept multi values and then keep on using this with any vb script loop struct
Dim objReport, objReportMV
Set objReport = Application.BasicFunctions.GetCrystalReport("Contact:New Rpt") objReport.DiscardSavedData objReport.EnableParameterPrompting = False .ParameterFields.Item(1).ClearCurrentValueandRange
loop start objReport .ParameterFields.Item(1).AddCurrentValue myaccountid Loop end And this has to work! |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|