Hi Pat,

There is no such thing as a local named selection. That is just a named 
selection name that begins with a "$" character. A leading $ in a string has a 
meaning for a local set name, but that just means the set is only on the client 
and not the server. See 

http://doc.4d.com/4Dv17/4D/17/Named-Selections.300-3730545.en.html

which discusses both sets and named selections.

Within the scope of the process, you need to have unique names to have 
different sets or named selections. I always use a generator function rather 
than naming directly. It gives you a unique name and you can encode the table 
and other information in the name.

John DeSoi, Ph.D.





> On Aug 29, 2018, at 7:04 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> create named selection(TablePtr->;"$deletes")

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to