Gene Wirchenko wrote on 2013-09-13: > At 11:42 2013-09-13, "Tracy Pearson" <[email protected]> wrote: > > [snip] > >> I've seen more UI related documentation about grids than code based grids. > > Oh, yuck. >> There are many little gems and pains in grids. YMMV > > I am feeling the pains mainly right now. > > I tried subclassing grid, and now, the grid does not > display. Its .visible is true. > .rowsource and .rowsourcetype errored that they are not > properties in Grid! I changed them to .recordsource and > .recordsourcetype. That might be the source of the problem, but what > properties do I use? > > Sincerely, > > Gene Wirchenko
Gene, The snippet of code I sent before worked. I tested it as a PRG. What is the .LEFT, .TOP, .WIDTH, and .HEIGHT properties. They can be a factor in not seeing an object. There are many properties, methods, and events of a grid http://msdn.microsoft.com/en-us/library/b889923e(v=vs.80).aspx Tracy Pearson PowerChurch Software _______________________________________________ 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/[email protected] ** 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.

