Stephen Russell wrote: > On Wed, Aug 12, 2009 at 1:49 PM, MB Software Solutions, > LLC<[email protected]> wrote: >> I think you misunderstand. I need a vertical cursor ("curFields") that >> consists of lSelected and cField, with all of the columns from the >> original cursor as rows in that curFields cursor. > - > > You want an array of your cursor columns with a Name and Selected attributes ? > > Why make it a cursor? > > I could see making it a list/collection before a cursor. >
I got it working. I did the CREATE CURSOR and AFIELDS like I said in my OP. Why make it a cursor? Because it works great in a grid that way. Easiest, imo, for what I wanted to do. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ 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.

