ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Opening the WINDEV project corresponding to the current application in Reports & Queries Hide the details
True if the project corresponding to the current application opened in Reports & Queries,False otherwise. To find out the name of the error, use the function ErrorInfo with the constant errMessage.
Opening a report in Reports & Queries Hide the details
True if the specified report is opened in Reports & Queries,False otherwise. To get the details of the error, use ErrorInfo with the errMessage constant.
Logical name of report that will be opened in Reports & Queries. This report must be modifiable in Reports & Queries ("Modifiable in Reports and Queries" checked in the "Details" tab of the report description).During the first call to RunReportsAndQueries, the file corresponding to the report to open (".WDE" file) is automatically checked out from the application library and copied into the "Custom reports and queries" directory (defined when creating the setup procedure of the WINDEV application or when installing the WINDEV application). This file will be used by the end users.During the next calls to RunReportsAndQueries, the report to open will be sought:first, in the directory of "Custom reports and queries".then, in the directory of "Shared reports and queries".These directories have been defined in the setup wizard of the application. For more details on how Reports & Queries works, see Distributing Reports & Queries.
Creating a report or a query in Reports & Queries Hide the details
True if the wizard for creating a report or a query was started in Reports & Queries, False otherwise. To find out the name of the error, use the function ErrorInfo with the constant errMessage.
Type of element to create:CreateReportStarts the wizard for report creationCreateQueryStarts the wizard for query creation
Last update: 11/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: