I have some connectivity and performance issues with my latest development.
I'm using the OpenEdge HTTP client which I have used many times before and I have not experienced an issue quite like this before.
I'm developing on 11.7.18 as OE11.7 is going to be the target version that is going to...
However, I'm having trouble in getting the PDFSharp assemblies to load correctly, so I can't help fully.
I can't see the namespaces or classes. So, this is all guess work.
In theory this code should work in the Progress Developer Studio.
using System.*.
using System.Diagnostics.*.
using...
Can you show us your ABL code including any "using" statements, plus the assemblies you are using.
I trying to get experiment with PDFSharp too, but Visual Studio is not showing the nested namespaces.
Port existing PDFsharp projects to
PDFsharp 6
Version 6.1.0
In this article
Upgrade existing code
Breaking changes
This article describes how to upgrade your existing PDFsharp 1.x projects to PDFsharp 6.
Upgrade existing code
Upgrading an existing PDFsharp project is described in Upgrade...
I think that you have to install the Java JDK (can't remember which version) independently and define the JAVA_HOME system environment variable pointing to the Java JDK install path.
I'm scoping out a new project where the requirement to send a out a uni-direction broadcast message to a WhatsApp group.
The messages will contain interactive buttons which will perform an action on a PASOE server.
Has anyone utilized a 3rd party WhatsApp gateway provider to send messages?
REF: https://docs.progress.com/bundle/abl-reference/page/CONNECT-method-Socket-object.html
Having a quick read of the document it seams to me the PEM file will need to contain the Public Certificate and the Private Key. I believe that you can do something like this.
cat clientCert.crt...
I've tested on 11.7 and 12.8 and it works for me. Must be "feature" in 11.6.
/*------------------------------------------------------------------------
File : SOAPTEST.p
Purpose :
Syntax :
Description :
Author(s) : james
Created : Tue Jun 11...
Hummmm, i was testing on 11.7 and I did originally escape the special characters, but the Progress Developer Studio was having issues.
UPDATE: I was missing the escaping of the (\) backslash.
Hi,
Can someone please try testing the code below on OE12.8 on Linux OS to test the new .NET compatiablity.
I want to get a good idea of what will work with pratical examples.
I understand that .NET events or anything GUI related won't work on a Linux distro and that is acceptable with the...
The reason for needing to create Base32 Encoding is for the use of create QR codes to provision TOTP authenticators.
The result of the base32 becomes a shared secret key.
Example:
generate-uuid --> base32 encoding --> JBSW-Y3DP-EHPK-3PXP
I've given it another crack and I think I've got it.
method public static character Encode( input rawDataBytes as raw ):
define variable Base32Chars as character no-undo initial "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".
define variable base32String as character...
I've re-opened this thread. I now have a situation where I need to write a base32 encoder function/method.
Any ideas how to do this in the ABL?
c# code I've tried to reserve into progress.
public class Base32Encoder
{
private static readonly char[] Base32Chars =...
message "Code Page Internal" Session:cpinternal.
message "Code Page Stream" Session:cpstream.
Are you including a start up parameter of -cpinternal UTF-8 -cpstream UTF-8
If not, it might be defaulting to ISO8859-1 (latin-1) ¯\_(ツ)_/¯
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.