04-12-2022, 02:56 PM
(04-04-2022, 01:41 AM)Alexandre Machado Wrote: Wait, this project is a VCL project, not a IW one.
You are creating IWForms from VCL Forms events??? Whatever you are trying to do, I'm sure this is not even slightly supported...
I suggest that you create a new application using IntraWeb Application Wizard (From File -> New -> Other -> IntraWeb -> IntraWeb Application Wizard) and add your forms to it.
We want to take the literals from all the forms in our main application and add them to a database. We were able to do it since before version 15.2.24, but between .24 and .36 just fine, but there was the addition of the InternalInitInheritedComponent & InternalReadComponentRes functions in IWBaseForm which I see to be causing the issue. Would that process still be possible to do within an Intraweb App?

