Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal Reports - Formula Fields
Message
 
À
14/12/1999 02:43:36
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00302787
Message ID:
00304009
Vues:
38
Thanks Walter,

I had found a similar post here not long after my last post which led me to the Automation Server, it worked great.

However, it doesn't seem to solve my other problem, which was "How can I Access the OLEObjects on a Report"..

I can access them using the Automation Server, but I can only get Read Access. I want to be able to change the Bitmap I have in a Report at Runtime.
I have seen a Method in the Seagate Developers Help called "FormattedPicture" which you're supposed to be able to use to load a new Image into an OLEObject, but this method doesn't appear to be supported by the Automation Server, it seems to be in the Report Designer Runtime DLL, but I can't get it to work.

Help!

Thanks again for the help so far.

- Aaron.

>Aaron,
>
>>Thanks, but I need access to the FormulaFields, not the ParameterFields.
>>How would I go about using the CRPE Automation Server instead?
>>
>
>OOPS,..... Sorry
>
>The automation server offers more flexibility and control, especially when you want to control some lay-out usseus at runtime like, Orientation, margins etc..
>
>The following is from the help:
>
>[form.]Report.Formulas(ArrayIndex)[= "FormulaName= FormulaText"]
>
>Enter the formula name and the string that you want to replace the existing string for each formula that you want to change in your report.
>For example, to change a formula @COMMISSION to {file.SALES}*.1, and a second formula @TOTAL to {file.SALES} + {file.COMMISSION}, enter the following:
>
>CrystalReport1.Formulas(0) = "COMMISSION= {file.SALES} *.1"
>CrystalReport1.Formulas(1) = "TOTAL= {file.SALES} + {file.COMMISSION}"
>
>Walter,
Aaron Young
Red Wing Software, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform