11/25/2024 8:38:57 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.
|
|
|
|
upgrade to 7.2 and ParameterFields(1).AddCurrentValue does not work anymore
Posted: 15 Oct 08 11:11 AM
|
I have a couple scripts that run form "When Open" in Crystal Report. Everything worked fine until I upgrade to 7.2. Now this simple code does not work anymore : Set objRDC = application.BasicFunctions.GetCrystalReport("Personal:Styles Report") With objRDC .EnableParameterPrompting = False .ParameterFields(1).AddCurrentValue(sTemp) End With I do not get an error message. it just ignores the code, and prompt me for a parameter. Can anyone tell me how to bipass this bug? Thank you drey |
|
|
| |
|
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!
|
|
|
|
|
|
|
|