4D 17R6 on Windows.
ALL RECORDS([People])
//Lots of records in the current selection
//There is a current record
UNLOAD RECORD([People])
//Lots of records in the current selection
//There is no current record
COPY NAMED SELECTION([People];"ASD")
//Lots of records in the current selection
//There is no current record
QUERY([People];[People]SSAN="8675309”)
//No record found
//There is no current selection
//There is no current record
USE NAMED SELECTION("ASD”)
//Lots of records in the current selection
//There is a current record
CLEAR NAMED SELECTION("ASD")
//Lots of records in the current selection
//There is a current record
I wasn’t expecting a Use named selection to load a record.
Has anyone else experienced this? It is reproducible?
--
Douglas von Roeder
949-910-4084
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************