Like Jerry mentioned, you can set up your tables with relations, assuming the data supports that, and create a grid, etc. But you can keep it relatively low tech and just use table.field notation in your BROWSE command (i.e. BROWSE FIELDS table1.column1, table3.column2, table2.column10, etc.). Might get a bit clunky if you really have to display 60 columns but you did say you wanted it "rough"... <g>
-- rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of william tormey Sent: Saturday, June 25, 2011 11:28 AM To: [email protected] Subject: Mulitple Table Browses in the in the Same FORM VFP 5.0 Browse says: Foxpro allows you to have several browse windows open at the same time. I have bunch of separate tables holding cumulatively some sixty flags, most of of which are real time semaphores. Love to view them all on the one form with the simple browse command specifying the fields of interest, as a rough diagnostic tool. Runs grand on a form, but only one browse shows. It is replaced after an Escape by the next browse. Want them all at the same time. Heaven forbid the @ x,y Say way !!. What's the trick. TIA William _______________________________________________ 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/DF1EEF11E586A64FB54A97F22A8BD044192F464328@ACKBWDDQH1.artfact.local ** 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.

