[Migrated content. Thread originally posted on 13 February 2003]
I am trying to make work some code i download from herecreate @Application of @CRAXDRT handle is hx-crapp.
modify hx-crapp @OpenReport (ws-fileid)
returning hx-crreport.
MODIFY hx-crreport @PrintOut = "0".
destroy hx-crreport.
destroy hx-crapp.
the line modify hx-xrreport @PrintOut(0)
does not work i have a message invalid type
i try that with craxddrt



