RE: Thread_Safe SQL

2019-08-06 Thread Timothy Penner via 4D_Tech
> OK, so the online documentation is wrong. It seems that way - I sent a message to the doc center team, thanks for letting us know. -Tim ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html

Re: Thread_Safe SQL

2019-08-06 Thread Richard Wright via 4D_Tech
OK, so the online documentation is wrong. https://docs.4d.com/4Dv17/4D/17.2/Preemptive-4D-processes.300-4386982.en.html Thanks. > Date: Tue, 6 Aug 2019 18:02:54 + > From: Timothy Penner mailto:tpen...@4d.com>> > Hi Richard, > > Beginning with 4D v17 R4, Begin SQL, End SQL, and the

RE: How do I access a component form from a host

2019-08-06 Thread Chip Scheide via 4D_Tech
Thanks I found the problem... my fault. my host system is using a built version of the component. I was not not building after making changes to the component. Chip On Tue, 6 Aug 2019 18:52:01 +, Tai Bui wrote: > Hi, > > It should be available in the drop down for the "List Form" property

RE: How do I access a component form from a host

2019-08-06 Thread Tai Bui via 4D_Tech
Hi, It should be available in the drop down for the "List Form" property of a Subform object's property list: Scroll down to the "Using a component subform (host database)" section for more details and images:

RE: Thread_Safe SQL

2019-08-06 Thread Timothy Penner via 4D_Tech
Hi Richard, Beginning with 4D v17 R4, Begin SQL, End SQL, and the associated SQL statements used with an internal database are now preemptive compliant. https://blog.4d.com/begin-end-sql-in-preemptive-mode/ -Tim ** 4D

Re: SHA3-512

2019-08-06 Thread George Flórea via 4D_Tech
Hi Tim, Thank you for the tip. You are right, I should learn GitHub details, and use it :) George > 2019. aug. 2. dátummal, 21:03 időpontban Timothy Penner írta: > > Hi George, > > I don’t know the answer to your question but I wanted to point out that > GitHub has a built in way to ask

How do I access a component form from a host

2019-08-06 Thread Chip Scheide via 4D_Tech
I have a component form I would like to access from the host. In the component I have set the form to: Published as subform in the host database But I do not see how to get access from the host. v13.6 Thanks Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is

Re: Mapping Write Classic Attributes to Write Pro. (Was "How to "Get" the State of 4D Write Pro Standard Actions?)

2019-08-06 Thread Pat Bensky via 4D_Tech
Tom, For the margins, have you tried something like this: - Create a Section object that contains all the pages whose margins you want to set - Apply the wk border width left/right/top/bottom attributes to that object Pat On Tue, 6 Aug 2019 at 11:26, Tom Benedict via 4D_Tech

Thread_Safe SQL

2019-08-06 Thread Richard Wright via 4D_Tech
According to the v17.2 docs: > All SQL statements are thread-safe, except for REPLICATE > > or SYNCHRONIZE > . >

Re: Mapping Write Classic Attributes to Write Pro. (Was "How to "Get" the State of 4D Write Pro Standard Actions?)

2019-08-06 Thread Tom Benedict via 4D_Tech
Whoops! I neglected to update the subject prior to posting. I will add another post regarding getting Standard Action values and how they are connected to attributes at a later date. Tom > On Aug 5, 2019, at 20:16, Tom Benedict via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I am struggling

Re: FORMAT NUMBER

2019-08-06 Thread Koen Van Hooreweghe via 4D_Tech
Hi Ferdinando, Just tested v16.5 (on Mac, but that should not differ from Windows). IMHO there are no changes in number formatting between v16 and v17. Created a 1 column array based list box on a form. Populated the array with some random real numbers. The column is set to variable type

Re: FORMAT NUMBER

2019-08-06 Thread Peter Bozek via 4D_Tech
Dňa ut, 6. aug 2019, 0:31 Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> napísal(a): > Read my previous note. You will need to convert the array to text array > and fill as a formatted number using code I already supplied > Format "### ###. 00;### ###. 00;" (format for positive, negative, zero)