Use PEGetFormula to retrieve the text of the named formula as a string handle. This function is used with PEGetHandleString. Use PESetFormula, to pass a formula back. The series can be used in a Custom
BOOL CRPE_API PEGetFormula (
short printJob,
const char *formulaName,
HANDLE FAR *textHandle,
short FAR *textLength );
Declare Function PEGetFormula Lib "crpe32.dll" (ByVal printJob As Integer, ByVal FormulaName As String, TextHandle As Long, TextLength As Integer) As Integer
function PEGetFormula (
printJob: Word;
formulaName: PChar;
var textHandle: HWnd;
var textLength: Word
): Bool stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |