stevenk
stevenk
About
- Username
- stevenk
- Joined
- Visits
- 11
- Last Active
- Roles
- Members
Comments
-
Discovered the problem. My VCL project had a reference to a unit which was including FMX controls. Correcting the reference to point to the proper VCL.Controls corrected the problem with loading reports at runtime.
-
Additional information that might help. The report is part of a datamodule that gets created at runtime, it is in the creation of the datamodule that this is occurring. The datamodule does have the {%CLASSGROUP 'Vcl.Controls.TControl'} in the impl…