Preview Toolbar not enabled in EXE
The application runs from a main form (modeless, as Top Level Form). Displays all reports to a preview form that is is either modal/modeless and In top level form. I have tried as Top Level Form and In Top Level Form. I have created the report two different ways
1> In the defined 'printpreview' window (form)
LOCALopform, lorl, lorp
SET CLASSLIB TOprintpreviewADDITIVE
opform =CREATEOBJECT('printpreview')
opform.VISIBLE= .T.&& open printpreview form
lorp =_REPORTPREVIEW
DO(_REPORTPREVIEW)WITHlorp
lorl =CREATEOBJECT('ReportListener')
lorl.LISTENERTYPE= 1
rptcaption =LEFT(rpt_form,LEN(rpt_form)-4)
lorl.PRINTJOBNAME= rptcaption
lorl.PREVIEWCONTAINER= lorpREPORT FORM&qrpt_formNOCONSOLE OBJECT lorl PREVIEW WINDOWprintpreviewIN WINDOWprintpreviewRELEASEopformRELEASE CLASSLIBprintpreview2> And without the window form
REPORT FORM&qrpt_formOBJECTlorlIn both cases from the compiled EXE the Toolbar is not enabled. I am able to access the equivalent functions by right-clicking from the report body. When run from within the development environment, the toolbar is enabled.
Any guidance would be appreciated on how to enable the toolbar.
Thanks!

