Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal and vars. collection
Message
From
12/10/2000 15:15:51
 
 
To
12/10/2000 13:01:02
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00391737
Message ID:
00428722
Views:
20
>>oReport.FormulaFields.Item('ExampleFormula')
>
>Errr... I don't quite understand what you're trying to tell me... Could you explain this a bit more (with a simple sample) ??
>

in VB you can leave out the Item property...

oReport.FormulaFields('ExampleFormula')

In VFP you MUST include the Item property...

oReport.FormulaFields.Item('ExampleFormula')

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform