Re: Bar code

2020-02-21 Thread JasonH via 4D_Tech
I have Thomas Maul's old tech note from 2007 as a component. I've been using all these years without issue. I can email to you if you want. -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet

Re: Web Services - Receiving Complex Type

2020-02-19 Thread JasonH via 4D_Tech
I'm getting close being able to send a complex Doc style request to SAP, but have a few slight differences which is causing it to fail. SAP says they are expecting this (and I can send using SoapUI successfully). http://schemas.xmlsoap.org/soap/envelope/;

Re: Web Services - Receiving Complex Type

2020-02-19 Thread JasonH via 4D_Tech
Does anyone have sample code or experience doing this? I've not attempted anything like that before and would be starting from scratch trying to figure it out. 4D Tech mailing list wrote > then perhaps you might want to switch to HTTP Request, > XML commands and/or PROCESS 4D TAGS. -- Sent

Web Services - Receiving Complex Type

2020-02-18 Thread JasonH via 4D_Tech
Forgive the double post, but my first was in the general "4D" forum and 4D tech support suggested posting in the "4D Tech" forum. I'm not sure if people look at both forums, hence the double post. --- I need

Re: Barcode Data Entry - Cool New Solution

2019-08-30 Thread JasonH via 4D_Tech
Thanks for posting this. Very timely as I need something like this for a current project! -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) Archive:

Re: Connecting to UPS

2019-07-31 Thread JasonH via 4D_Tech
Yep -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub:

Re: Connecting to UPS

2019-07-31 Thread JasonH via 4D_Tech
I'm using the the UPS API, but haven't looked at the code in over 5 years. If you run into specific problems I can try to help though. I just checked, and I can still pull up tracking by reference. :-) Along with tracking, I also use their API for rate quotes, TIT, and address validation. --

Re: Sales Tax Solutions for 4D

2019-01-07 Thread JasonH via 4D_Tech
I've had helper methods to do http requests from the past, which I just keep re-using. Just checked out Http Request Need to update and start using that instead! Randy, thanks for the tip on using Postman. I installed, and recreated the request with that. Same response though. :-( I

Re: Sales Tax Solutions for 4D

2019-01-04 Thread JasonH via 4D_Tech
Trying out Taxjar, but need a little help to get started. I'm currently sending the following to https://api.taxjar.com (or api.sandbox.taxjar.com) $vt_HTTP_Request:=\ "GET /v2/rates/"+$vt_Zip+<>CRLF+\ "Host: "+$vt_Service_URL+<>CRLF+\ "Connection: close"+<>CRLF+\ "Cache-Control:

Re: Win32API 8.1.2 gui_GetWindowEx("") in v16r5

2018-01-29 Thread JasonH via 4D_Tech
FYI, using version 8.2.1 of Win32API -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html

Re: Communicating With BLE Devices

2017-10-11 Thread JasonH via 4D_Tech
Speaking of Arduino's, for school I had to buy a starter kit for my son. He won't actually need it for another month or two, but of course I immediately busted it out and started playing with it (so I can help him with his school work when they get to working on them ) It's been fun working

Re: NGINX Config

2017-09-29 Thread JasonH via 4D_Tech
Hi Doug, I can't offer anything other than to say what you have looks correct to me. I was just thinking to confirm it's a NGINX issue and not 4d / Active4D config problem, try pointing name2.domain.com to a totally different IP than your 4D server. Name1 should redirect to your 4D webserver,