Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Formula Index Number 1

Status
Not open for further replies.

Heather2

Programmer
Joined
Mar 23, 2001
Messages
2
Location
US
How can I find the index number of a formula field?
In VB I want to use Report.FormulaFields(index number)
How can a get a list of all the formulas in the report and their index number
Thanks
 
Which Integration technique are you using? Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Heather2: Rather than use the index number - which is driven by how you created them - why not use the field name as in ReportFormulaFields("MyFormula") - this is just as valid and will in fact set the index number (behind the scenes) for you. David C. Monks
david.monks@chase-international.com
Accredited Crystal Decisions Enterprise Partner
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top