Use to check the text of a named formula for validity. Use this function to check a named formula for errors.
BOOL CRPE_API PECheckFormula (
short printJob,
const char FAR *formulaName );
Specifies the print job containing the named formula that you want to check. | |
Specifies a pointer to the name of the formula that you want to check for errors. |
Declare Function PECheckFormula Lib "crpe32.dll" (ByVal printJob As Integer, ByVal FormulaName As String) As Integer
function PECheckFormula (
printJob: Word;
formulaName: PChar
): Bool stdcall;
EXTERN CLOGICAL PECheckFormula (CWORD, CSTRING) CRPE.DLL
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |