Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter ?
Message
De
08/09/2003 15:03:57
 
 
À
04/09/2003 13:20:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
Divers
Thread ID:
00826124
Message ID:
00827235
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform