Bryan - Gendev
Programmer
If the apps's report form files are not explicitly excluded in the Project Manager do I need to include them in the distributed Setup file?
Thanks
GenDev
Thanks
GenDev
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you wish to leverage the new object-assisted report engine to preview reports in your application, then you must choose whether to:
Write your own custom preview container, as described in Creating a Custom Preview Container.
Distribute ReportPreview.App with your application.
oRepForm = Createobject("Form")
With oRepForm
.Caption = ''
.WindowState = 2 && This will maximize the form
.Icon ='myicon.ico'
.Name = 'MyApp!'
.Show()
logging('Here - before report')
Report Form (myprintfile) Preview Window ;
(oRepForm.Name) To Printer Prompt