Strike through via unicode

2018-12-11 Thread Wayne Stewart via 4D_Tech
Hi, I want to create some characters with a strikethrough via unicode. On the Mac, the styled text area doesn't support this (from Language Reference): Strikethrough ... Note : The "strikethrough" style is not supported under Mac OS, However on wikipedia it says: The “combining long stroke

Proper decoding for document returned via SOAP call?

2018-12-11 Thread Bob Miller via 4D_Tech
Hi Everyone, I'm confounded by a SOAP service that returns a binary (for a PDF file) - I'm not able to figure out how to save it as a proper PDF document that Acrobat understands. I get a SOAP response like (the binary was abridged for readability): http://DefaultNamespace;

Re: Windows Server Hardware Recommendations for 4DServer v17 Application

2018-12-11 Thread cjmiller--- via 4D_Tech
Memory and more memory is the greatest boost to performances Regards Chuck Sent from my iPhone > On Dec 11, 2018, at 9:46 AM, Guru via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Given 4D's default/primary single thread nature, a high speed single thread > performance is important. The

Re: Windows Server Hardware Recommendations for 4DServer v17 Application

2018-12-11 Thread Guru via 4D_Tech
Given 4D's default/primary single thread nature, a high speed single thread performance is important. The current leaders of this segment are processors released this year: Intel Xeon E Six-Core: E-2186G, E-2176G, E-2146G, and E-2136.

Headers and Footers in 4DWrite Pro

2018-12-11 Thread UKVetDerm via 4D_Tech
Hi everyone, I hope someone can help– I suspect I am being daft. I am starting to design some labels in 4D and there is by default a large header and footer meaning there is very limited space for the body text. I can remove the header and footer, but do not see how to increase the size of the

Re: Active4D/ObjectTools with 4D 32-bit

2018-12-11 Thread Jim Hays via 4D_Tech
We probably need 32bit for another year. (Then we will surely have upgraded to 4D Write Pro and can go all 64bit). Thanks, Jim On Mon, Dec 10, 2018 at 1:56 PM Aparajita Fishman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > Just wondering how many Active4D or ObjectTools users out there

Re: 4D Structure Export...

2018-12-11 Thread Tom Benedict via 4D_Tech
Hi Lutz, I also need support for Release Management, so I need a way to track version numbers. In the past I have initially written a major version number to a List object in the structure file, then incremented a minor version number every time I run Compile & Build, creating a file copy of

v13 - Interpreted - Out of Stack space - Wierd

2018-12-11 Thread Chip Scheide via 4D_Tech
Weird problem. 4D v13.6, C/S, both on Macs. OS X 10.9.5 for 1 user, doing a specific action causes an out of stack space crash. The user is attempting to add a requisition item to the system. To do this they: - open an entry screen from the main menu (in its own process) - click a '+' button on

RE: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Drew Waddell via 4D_Tech
Yeah.. but.. Except that for version the old command returned something like 10 for Windows 10 but now I can only tell if it's Windows or if the version is something like "Microsoft Windows 10 Professionnel 10.0.14393". Old documentation for Platform Properties:

Re: looking for example of REST calls

2018-12-11 Thread Randy Jaynes via 4D_Tech
Chuck, I’m in the process of finishing REST calls to the Pressero web2print API. The majority of the methods I had to write are quite similar and go something like this: ARRAY TEXT($aHeader_Name;0) ARRAY TEXT($aHeader_Value;0)

Re: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Chip Scheide via 4D_Tech
not available in v13... On Tue, 11 Dec 2018 16:19:50 +0100, Christian Sakowski wrote: >> depending on what property you are looking for, I have found the >> simplest way to manage which platform (Windows/Mac) is to use the 4D >> Konstant 'Folder separator': >> >> if (Folder separator = ":")

Re: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Christian Sakowski via 4D_Tech
> depending on what property you are looking for, I have found the > simplest way to manage which platform (Windows/Mac) is to use the 4D > Konstant 'Folder separator': > > if (Folder separator = ":") //this is a Mac > do_Mac_Stuff > else //this is Windows > do_Windows_stuff > end if …or

Re: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Rob Laveaux via 4D_Tech
> On 11 Dec 2018, at 14:49, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Is anyone using _O_PLATFORM PROPERTIES? How do you change your code that > used the old version to the new Get system info? The osVersion contains far > more data than the previous command and I am

Re: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Chip Scheide via 4D_Tech
depending on what property you are looking for, I have found the simplest way to manage which platform (Windows/Mac) is to use the 4D Konstant 'Folder separator': if (Folder separator = ":") //this is a Mac do_Mac_Stuff else //this is Windows do_Windows_stuff end if Depending on your

Re: Active4D/ObjectTools with 4D 32-bit

2018-12-11 Thread Perkins, Bradley D via 4D_Tech
Aparajita, I'd estimate another year. Thanks, Brad Perkins  From: Aparajita Fishman To: 4d_tech@lists.4d.com Subject: Active4D/ObjectTools with 4D 32-bit Message-ID: Content-Type: text/plain; charset=us-ascii Hi, Just wondering how many Active4D or

Re: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Tilman Haerdle via 4D_Tech
Drew, we recently switched to Get system info. Stating the obvious first, call this command once and once only on startup as it can take more than a second to collect all information, especially on Windows systems. Next, yes you have to adapt your code in order to make iit work with Get

looking for example of REST calls

2018-12-11 Thread Chuck Miller via 4D_Tech
Hi all subj says it all. I may have to connect to a rest server and deliver a file in that manner for one of my clients. As I have never used rest before, I was hoping for an example of how that would be done. I looked on 4D web site and in knowledge base but could not find what I was looking

Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Drew Waddell via 4D_Tech
Is anyone using _O_PLATFORM PROPERTIES? How do you change your code that used the old version to the new Get system info? The osVersion contains far more data than the previous command and I am afraid striping information off would just be prone to errors. Thanks, Drew

Re: Native 4D to make REST request to Django application

2018-12-11 Thread Jeffrey Kain via 4D_Tech
HTTP AUTHENTICATE will build these headers for you. > On Dec 10, 2018, at 9:43 PM, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > HTTP AUTHENTICATE($user;$password) > for the request to get the token. > > Thereafter I used the token in the header and built the headers using arrays

Re: v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Jörg Knebel via 4D_Tech
Patrick, > On 11 Dec 2018, at 22:05 AEDT, Patrick Emanuel via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Hope this will help you. It certainly does. Thanks mate. Cheers Jörg ** 4D Internet Users Group (4D iNUG) Archive:

Re: v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Patrick Emanuel via 4D_Tech
Hi, there some existing tools based on the EXPORT STRUCTURE command which is now the command to use to get the info that you are looking for. You have this excellent article on 4D blog: https://blog.4d.com/detailed-analysis-database-structure/ which explain how to use this command and which also

e: v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Tim Nevels via 4D_Tech
On Dec 11, 2018, at 4:07 AM, Jörg Knebel wrote: > BUT I don’t want to export the entire structure just to check how this > parameter is set for one table. > > The command "EXPORT STRUCTURE” suggests that the information is stored in the > structure file. > > So, how can the parameter

Re: v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Jörg Knebel via 4D_Tech
> On 11 Dec 2018, at 19:48 AEDT, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > EXPORT STRUCTURE > http://doc.4d.com/4Dv17/4D/17/EXPORT-STRUCTURE.301-3729506.en.html > > > look for leave_tag_on_delete="true"

Re: v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Keisuke Miyako via 4D_Tech
EXPORT STRUCTURE http://doc.4d.com/4Dv17/4D/17/EXPORT-STRUCTURE.301-3729506.en.html look for leave_tag_on_delete="true" http://www.4d.com/dtd/2007/base.dtd; > > 2018/12/11 17:11、Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com>のメール: > > I need the value returned in “destruct”. > Is

v16 Replacement for 4D-Pack command: 'AP Get table info'

2018-12-11 Thread Jörg Knebel via 4D_Tech
Hi ALL, I’m in the middle of bringing my stuff up to date. In one of my core methods I’m using the command "AP Get table info ( numTable ; invisible ; destruct )” and because it’s becoming/is obsolete I’m searching for a replacement I need the value returned in “destruct”. Is there anybody