Link to home
Start Free TrialLog in
Avatar of BrianM_AZ
BrianM_AZ

asked on

Migrating from API to RDC - C++

I'm having trouble finding an equivalent RDC replacement for the CRAPI call PESetFormula.

API Version
PESetFormula( m_jobno, pName, pString );

RDC Version
m_Report->FormulaFields->GetItemByName( pName )->PutText( pString );

I thought the above RDC version would work but I'm getting and error from the viewer "The remaining text does not appear to be part of the formula".

If anyone knows of a document with API/RDC suggested equivalent methods that would be awesome. I have a long way to go migrating our report DLL and time is getting short.

Thanks for the help
ASKER CERTIFIED SOLUTION
Avatar of EwaldL
EwaldL

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial