ThisForm.D1.AddObject("A1","_appointment")With ThisForm.D1.A1 .Visible = .T. .Top = 100 .Left = 1 .Height = 200 ._Label1.Caption = "Demo COGEN"EndWith
I have a container in a form and i can't see it when the form is loaded. When i execute the above code nothing happens...In Debug i can see all the objects correctly.. WHere is the problem.....