SUM MI-L: Getting RowID from selection: Result

2001-08-08 Thread Uffe Kousgaard
Hi everybody Mike Katz's suggestion from yesterday got me on the right track and it IS possible to get the rowid's of a selection without altering the base table or performing any other time consuming tasks. I have put the resulting mapbasic code here: http://www.routeware.dk/download/rowid.mb

MI-L: Getting RowID from selection

2001-08-07 Thread Uffe Kousgaard
Hi I am trying to get RowID from a selection, but are stuck at the moment with this pseudo-code: select * from mytable where obj partly within MyBuffer into tmptable loop through tmptable: print rowID's of records selected in original table How can this be accomplished? I'm ready to do all

RE: MI-L: Getting RowID from selection

2001-08-07 Thread MAGS-Gerencia
9:24 AM Subject: MI-L: Getting RowID from selection Hi I am trying to get RowID from a selection, but are stuck at the moment with this pseudo-code: select * from mytable where obj partly within MyBuffer into tmptable loop through tmptable: print rowID's of records selected in original

SUM MI-L: Getting RowID from selection

2001-08-07 Thread Uffe Kousgaard
- Original Message - From: Mike Katz [EMAIL PROTECTED] To: 'Uffe Kousgaard' [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 4:13 PM Subject: RE: MI-L: Getting RowID from selection Uffe, You are right. I have another idea for you, but it is a little messy. If you use the SelChangedHandler