Function::Action
OpenReport 
OpenReport()
OpenReport("ReportName")
OpenReport(FieldWithReportName)
OpenReport("MyReport")
retval:=OpenReport("MyReport").
If ReportName is not empty the specified document will be opened. If ReportName is empty then a dialog will display with all documents.
DFW Action(s): Open Menu -- Enter: Menu Name
Parameters
ReportName : String
Returns/Result
Status : Integer
Examples
Reference
See Also
On the forum about OpenReport
On the blog about OpenReport