I have an Action List on a Form and a Frame (a unit of a Form is impelemented in the Frame).
I set Form2.General.State:=asSuspended in the Frame, and I have an error: Undeclared identifier: 'asSuspended'.
The code works normally in the Form, but not in the Frame.
Why?
Thanks!!!