4.1. Some client/server restrictions
When developing reports for client-server application, please remember that: - you cannot use script event handlers for dialogue forms' controls since dialogue forms are displayed as web forms in the browser; - you cannot use event handlers of the TfrxReportClient component (for example, OnGetValue, OnUserFunction). All such handlers should be on the server side; - you cannot use common data access components, such as TfrxDBDataSet (common components cannot be simultaneously used by several reports). Each report should have internal data access components, such as TfrxIBXTable, Query, and so on. |
< previous page | main page | next page > |