Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter ?
Message
From
08/09/2003 15:03:57
 
 
To
04/09/2003 13:20:29
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Miscellaneous
Thread ID:
00826124
Message ID:
00827235
Views:
17
I think you are looking for the AddCurrentRange method. It takes 3 parameters: LowVal, HighVal, Include. The include value is numeric and specifies if the low and/or high values should be included. The possible values are in the Developer's Help file.


>I have a report with a report with a parameter field that is a range of numbers.
>I have used the following code for a discrete value parameter field.
>How do I pass the high and low range values.
>
>CRApplication = createobject("CrystalRuntime.Application")
>CRReport = createobject("CrystalRuntime.Report")
>CRReport = CRApplication.openreport(&thisreport)
>ocparm=CRReport.ParameterFields()
>oparm=ocparm.Item(1)
>oparm.SetCurrentValue(begsqlkey)
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Reply
Map
View

Click here to load this message in the networking platform