04-14-2026, 06:44 AM
This often happens when the DataModule instance isn’t the same one at runtime, especially in IntraWeb where session scope matters. Make sure your DataModule is either per-session (TIWUserSession) or properly instantiated and referenced, otherwise design-time bindings won’t resolve. Are you creating the DataModule manually anywhere or relying on auto-create?

