Use PECheckGroupSelectionFormula to check the text of the report's group selection formula for errors. Use this function when the group selection formula in a report has changed and you need to check the new group selection formula.
BOOL CRPE_API PECheckGroupSelectionFormula (
short printJob );
Specifies the print job for the report containing the group selection formula that you want to check. |
VB Sample Code for modifying selection formulas and group selection formulas |
Declare Function PECheckGroupSelectionFormula Lib "crpe32.dll" (ByVal printJob As Integer) As Integer
function PECheckGroupSelectionFormula (
printJob: Word
): Bool stdcall;
EXTERN CLOGICAL PECheckGroupSelectionFormula (CWORD) CRPE.DLL
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |