[Solved] Workspace1 Question

Post

Posted
Rating:
#1 (In Topic #598)
Enthusiast
AndyGable is in the usergroup ‘Enthusiast’
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

Code (gambas)

  1.  case "A"
  2.     FrmBackground.Workspace1.Closeall
  3.     FrmBackground.Workspace1.add(FrmSignon, 0)
  4.  

THIS works on one of my other projects so what am I missing here or have I not selected a requirement correct?
Online now: No Back to the top

Post

Posted
Rating:
#2
Enthusiast
AndyGable is in the usergroup ‘Enthusiast’
Just to update everyone I have sorted this error I forgot to set the Workspace1 Public option to true
Online now: No Back to the top
1 guest and 0 members have just viewed this.