Olaf,
These are the first three lines of code. There is no parameter statement as the prgram is called without any parameters.
PUBLIC merror, OleError, xInform
xInform = .T.
ON ERROR DO ErrHand WITH ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO( )
ABOX is a function for calling...