On mercredi 11 juin 2008, Ron wrote:
> Is this valid?
>
> ---
> PUBLIC SUB tbnDevices_Click()
>
> DIM doc AS NEW FDevices
>
> wrkMain.Show
> wrkMain.Add(doc)
>
> END
> ---
> FDevices is a Form , like the test form from GridEditor
> wrkMain is my Workspace
>
> The problem is, FDevices contains
Is this valid?
---
PUBLIC SUB tbnDevices_Click()
DIM doc AS NEW FDevices
wrkMain.Show
wrkMain.Add(doc)
END
---
FDevices is a Form , like the test form from GridEditor
wrkMain is my Workspace
The problem is, FDevices contains the GridEditor demo code, and it runs
ok if I open it from a