Object`s Parents
Posted: Fri Jun 15, 2007 5:07 pm
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
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