ANYONE (a shout for help)
I have an PPAGE 4.1 & AREXX problem – the following script segment does
not work. I need it to for a larger program that I have come unstuck on.
/*
test rexx script to checkout PPage functions
Problem – this AREXX program fails AFTER the PrintPageDM has beend
executed and the INFORM function is called (or any other
function, including a call to another Arexx script! Take out
the INFORM and the second PrintPageDM fails?
Error message – "Error 12 in Line 8 – Error return from function"
HELP, URGENT – how do i get this function to work twice in a script????
What have I done wrong, what am I missing?????
method – OPEN ppage document
CALL GENIE
*** fail ***
*/
trace i
do forever
CALL ppm_Inform(1, "testing")
CALL ppm_PrintPageDM(1,,1) /* causes later calls to fail! */
end
Regards Leonard