Question Alexander Grishkan · Sep 20, 2019 eFax I am having trouble sending URL encoded payload to eFax in FormData. Does anyone have experience working with the eFax? Their support is not the greatest. This is what I am trying to send s rObj.ContentType="application/x-www-form-urlencoded" d rObj.InsertFormData("id", "123456789") #Caché 0 5 1 346
Question Alexander Grishkan · Feb 12, 2019 Statistical Functions in Cache Hello,Is there a way to implement Excel SLOPE and INTERCEPT statistical functions in Cache? Any help would be greatly appreciated.Alex. #Caché 0 1 0 288
Question Alexander Grishkan · Aug 9, 2017 SSL_connect() error I am trying to send an HTTP request and getting "SSL/TLS error return from SSL_connect()." error (Cache 2013). No modification in SSL/TLS Configuration helped. Could anyone point me in the right direction?Thanks #Caché 0 16 1 3.8K
Question Alexander Grishkan · Jul 6, 2017 Exporting project in Atelier How can I export project with CSP pages in it? The Atelier export wizard does not include the CSPs in the export list. #Change Management 0 1 0 340
Question Alexander Grishkan · May 9, 2017 %CONTAINS parameters in embedded SQL What is a correct way to pass parameters to the %CONTAINS in embedded SQL statement when searching thru %Text property?s sp="child,health"&SQL(DECLARE c1 CURSOR FORSELECT ID INTO :id FROM ICD WHERE Name %CONTAINS (:sp)...is not the same as executing the following in the SQL ManagerSELECT ID FROM ICD WHERE Name %CONTAINS ('child','health') #ObjectScript #Caché 0 4 0 465
Question Alexander Grishkan · Mar 8, 2017 HTTP request payload I am sending an HTTP request to cache class: #ObjectScript #Caché 0 4 0 1.2K