Have you set the grid.RecordSource & RecordType and the grid.ColumnCount? You will also need to set the grid Columns .ControlSource property for each column, probably before you set the grid.Visible.
Fred On Wed, Sep 18, 2013 at 11:39 AM, Gene Wirchenko <[email protected]> wrote: > At 11:16 2013-09-18, Frank Cazabon <[email protected]> wrote: > >> On 18/09/2013 01:54 PM, Gene Wirchenko wrote: >> >>> >>> this.theGrid=createobject("**grd") >>> >> >> I think you need to do >> >> this.theGrid.Visible = .T. >> >> as your next line of code >> > > I just tried it, and nope, it did not work. > > In my first try at subclassing a grid, I checked .visible, and it was > set to .t.. > > Sincerely, > > Gene Wirchenko > > > > ______________________________**_________________ > Post Messages to: [email protected] > Subscription Maintenance: > http://mail.leafe.com/mailman/**listinfo/profox<http://mail.leafe.com/mailman/listinfo/profox> > OT-free version of this list: http://mail.leafe.com/mailman/** > listinfo/profoxtech <http://mail.leafe.com/mailman/listinfo/profoxtech> > Searchable Archive: > http://leafe.com/archives/**search/profox<http://leafe.com/archives/search/profox> > This message: > http://leafe.com/archives/**byMID/profox/<http://leafe.com/archives/byMID/profox/> > ** All postings, unless explicitly stated otherwise, are the opinions of > the author, and do not constitute legal or medical advice. This statement > is added to the messages for those lawyers who are too stupid to see the > obvious. > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajcbksr+w+31v9rmlmxepj4ryx9ej-qhamy-vet3dotgag-...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

