Page 1 of 1

[Solved] Workspace1 Question

Posted: Friday 26th February 2021 9:53pm
by AndyGable
Hi All,

Was wondering if someone could explain what this error message mean that I am getting

so far this is what I have

when my application starts it load into a Workspace (the workspace is on FrmBackground) FrmSignedoff and this displays correctly.

but when I Press the A key to show the next form I get

Unknown symbol 'Workspace1' in class 'Container' in frmSignedOff but the code is
Select Case Key.Text
 case "A"
    FrmBackground.Workspace1.Closeall
    FrmBackground.Workspace1.add(FrmSignon, 0)
end select
THIS works on one of my other projects so what am I missing here or have I not selected a requirement correct?

Re: Workspace1 Question

Posted: Sunday 28th February 2021 8:23pm
by AndyGable
Just to update everyone I have sorted this error I forgot to set the Workspace1 Public option to true