Hi all.
I tried This
DIM MainForm AS Form
DIM Mygrid AS StringGrid
MyGrid.Parent = MainForm
MainForm.ShowModal
I got this:
object MainForm not declared...
What is wrong?
:o
Object`s Parents
Object`s Parents
Hi,
leave the space after the = and it will work.
It is a bug in processing the parent object.
kind regards
leave the space after the = and it will work.
It is a bug in processing the parent object.
kind regards