Hi All,
I am trying to do a simple exec that will do a print command from the
tools menu. Here is the exec...
/*************************************************************/
wMgr = .WindowsManager~New
wMgr~processMenuCommand('Object REXX for Windows -
[tes.REX]', "&File", "&Print Preview")
Exit
::REQUIRES WINSYSTM.CLS
/******************************************************************/
In my opinion, this should bring up the print preview screen.
But I get nothing... Anyone see anything wrong with this?
Thanks,
Scott