> In some cases, I need to Query on the same table as the current record to > find something. > Don't want to change the current record, or current selection..
Some of these cases can use set query destination, if you only need a record count or a set of records or SQL if you need values, or cut named selection use named selection (very fast) to restore a selection. I have used all three. There are very few places anymore that I really need the overhead of spawning a new process and trying to time them together. In fact, I can’t think a a single reason to do so once you are using 4D v15r4 or above. -- Neil Dennis 4D Developer since 1990 GreaText - Designing Software for the Way You Work 716 East 1850 N North Ogden, UT 84414 mailto:[email protected] http://www.greatext.com/ ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

