[email protected] wrote on 2011-11-23: > With Dave's help I found what was stopping the form working. > > In my other screens with grids I used to create the cursor in the init, > then assign the recordsource and controlsource for the grid immediately > afterwards. Been doing that for years in other forms and not had a > problem. If I create my cursor in the load and hardcode the > recordsource and controlsource properties it works. > > Just a little quirk to watch our for. > > Cheers, > > Peter >
Peter, So you create the cursor in the FORM.LOAD event, then code up the grid in the FORM.INIT? The grid doesn't exist yet in the FORM.LOAD. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

