4D Integration with Microsoft Dynamics AX 2012 "cube"

2018-06-21 Thread Dan Ivy via 4D_Tech
I am researching ways to integrate 4D with Microsoft Dynamics AX 2012. I feel pretty sure what I need to do can be (or should be) easily accomplished using 4D ODBC and SQL. But I've not done an integration with AX before so you never know, right? Looking for a sanity check. A key concept in this

Re: 2 instances of 4D connected to different 4D Servers

2018-06-21 Thread JOHN BAUGHMAN via 4D_Tech
Just to close this thread out. I finally have a windows 10 vm installed and can confirm what everyone has been telling me with regard to running multiple instances of 4D. 1. Using shift click in the task bar and Menu as well as double clicking a shortcut on the desktop - Works only with 64bit

Re: Error on HTTP request on v16B6

2018-06-21 Thread Keisuke Miyako via 4D_Tech
as discussed in the link given by Koen, the issue seem to happen on certain machines and with certain sites, (100% reproducible when it happens). until we get to the bottom of what is causing the error, may use an alternative http client? https://github.com/miyako/4d-plugin-curl-http > 2018/06/2

Re: crashing issue in v15 and v16

2018-06-21 Thread Patrick Emanuel via 4D_Tech
Hi Chuck, I offered to the 4D community QS_Toolbox componant (source included) and you'll find exactly what you made and described here. You'll find also a bunch of tools that could help you in different ways (code editing, report, data,...). Starting to work with a v15 version, it works with v16

Re: crashing issue in v15 and v16

2018-06-21 Thread Charles Miller via 4D_Tech
OK I was wrong. I had both 4d write and write pro on same form, so checked the wrong one. Regards Chuck On Thu, Jun 21, 2018 at 1:55 PM, Charles Miller wrote: > OK here is some additional information. > > Object type returns the wrpong number for 4d write pro areas. It returns > as a plug in a

Re: crashing issue in v15 and v16

2018-06-21 Thread Charles Miller via 4D_Tech
OK here is some additional information. Object type returns the wrpong number for 4d write pro areas. It returns as a plug in area I ran the same same cod v15 version of my data base and v16 version of my data base. The v 15 version created and returned appropriate style sheets names. the v 16 ve

Re: Error on HTTP request on v16B6

2018-06-21 Thread Koen Van Hooreweghe via 4D_Tech
Hi David, If you have access to the 4D forums, check out: http://forums.4d.com/Post//24265962/1/ You could change the TLS minimum version just before your http request call: SET DATABASE PARAMETER(Min TLS version;TLSv1_1) Its worth a try, but for me it did not work. There seems to be a bug in

Error on HTTP request on v16B6

2018-06-21 Thread David Samson via 4D_Tech
This is an urgent issue since it is holding up card payments. We are getting the error below on executing HTTP request to a payment gateway. They assure me they are on TLS1.2. This was after un upgrade from 4D v16.3 to v16R6 all Windows and 64bit server. Error when executing the method "Sag

Re: Uppercase Lowercase

2018-06-21 Thread stardata.info via 4D_Tech
Other good suggestion.. Thanks Ferdinando Message: 2 Date: Wed, 20 Jun 2018 15:19:22 -0400 From: Jeffrey Kain To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Uppercase Lowercase Message-ID: Content-Type: text/plain; charset=utf-8 How about C_BOOLEAN($0) C_TEXT($1;$2) $0:=(Replac

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-21 Thread JOHN BAUGHMAN via 4D_Tech
Hi Piotr, I highly recommend the 4D Write-Like toolbar… http://download.4d.com/4DBlog/Tips/4DWriteLikeToolbarDemo.zip It has nearly everything needed including zoom and view mode that you mentioned. If for nothing else it’s great to use as an example of how to

Re: Write Pro: programmatically manipulate text expertise needed

2018-06-21 Thread Justin Carr via 4D_Tech
On 21 Jun 2018, at 4:49 pm, Piotr Chabot Stadhouders via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Hi Justin, Pat, > > Using WP SELECT that is called in a method via CALL FORM seems to work, > thanks for that! > > I must say, I can't believe it's 4D's intention that we constantly have to > us

RE: Re: Any way to detect change to 4D Write Pro orientation.

2018-06-21 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi John, I am on your side with this. Especially the need to use INVOKE ACTION to set specific attributes is something I don't understand. Our users want to be able to set some defaults for the Write Pro area, for example the default zoom % and the default view mode Now I have to use for exampl