RE: Named Selections

2019-02-08 Thread Chip Scheide via 4D_Tech
Thanks, I was hoping there was a an already existing command. On Fri, 8 Feb 2019 13:31:05 -0600, David Ringsmuth wrote: > Chip, > > We did this same things with sets by using an On Err > Call(“Error_SetDoesNotExist”). > > Write an On Err Call for Named Selections, and the

RE: Named Selections

2019-02-08 Thread David Ringsmuth via 4D_Tech
Chip, We did this same things with sets by using an On Err Call(“Error_SetDoesNotExist”). Write an On Err Call for Named Selections, and then use it, and test the result of your call error handler. Hth! David Ringsmuth From: Chip Scheide via 4D_Tech Sent: Friday, February 8, 2019 11:52 AM

Named Selections

2019-02-08 Thread Chip Scheide via 4D_Tech
Is there a way to determine if a named selection exists? something like this: if (Not(Named Selection Exists("Selection_Name"))) Copy Named Selection([table];"Selection_Name") end if Thanks Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing *

Re: Does anyone know how IP sets and named selections are meant to interact with workers?

2017-05-08 Thread David Adams via 4D_Tech
I realized after posting that the forums in France are a better place for my question. If anyone is reading the archives and wants to see if an answer came through, go to this thread: IP sets and named selections in workers: What should we expect? http://forums.4d.fr/Post/EN/19400576/1/19400577

Does anyone know how IP sets and named selections are meant to interact with workers?

2017-05-08 Thread David Adams via 4D_Tech
ation on the feature one way or the other. Is this something that we can count on, or is it something that might change in future versions? We can pass in sets and selections via data without relying on IP sets/named selections...but I wouldn&#