Blogs

DocxFactory 1.2.5

Hello All,

Just released version 1.2.5 of the Free DocxFactory Project.

Version 1.2.5 introduces several major enhancements –

  • Support for the entire list of more than 70 chart types in Microsoft Word.
  • A single XML and JSON merge function.
  • Support for multiple sections for supporting different page sizes and page orientations.

Email notifications, March 2015

My apologies to everyone who has been receiving email notifications for old posts on oehive. I found and fixed a very old issue with the web site, and that released a backlog of notifications. I disabled email notifications as soon as I noticed what was happening, but not before a lot of emails went out!
Sincerely,
John


English version of the pure ABL date picker

Today I posted on OEHive an english version with some improvement of the pure ABL date picker from mucip: http://www.oehive.org/project/DatePicker.

The english version is there: http://www.oehive.org/node/2259


Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

Hello All,

Just completed adding support for an extensive list of 1D and 2D barcodes to the Free DocxFactory Project.

Supported barcodes -

1D Barcodes
Code 11
Code 2 of 5 Standard
Code 2 of 5 IATA
Code 2 of 5 Interleaved
Code 2 of 5 Data Logic
Code 2 of 5 Industrial
ITF-14
Code 3 of 9 (Code 39)
Extended Code 3 of 9 (Code 39+)
Code 93
PZN
LOGMARS
Code 32
Code 128 (automatic subset switching)
Code 128 (Subset B)
GS1-128 (UCC.EAN-128)
EAN-14
NVE-18
UPC A
UPC E
EAN (2, 5, 8, 13)


HTTP Request Header "Authorization"

I have a working web services client against a commercial concern's website, and have a problem with a recent security change. They used to use "SOAPEndpointUserid and SOAPEndpointPassword", and have changed to a new authorization token, using a new HTTP Request Header with the name "Authorization".

I'm not the most web services savvy developer, and I haven't been able to figure out the 4GL changes needed. I developed the app using the prowsdldoc tool's output, but the output doesn't seem to reference http headers.

Can anyone point me in the right direction on this?


Returning a generic ADO.Net dataset from ABL

I'm trying to call a .Net object method that returns an untyped-generic System.Data.Dataset result but I cannot figure out the syntax. Once I do, I'm not sure how to access the records.
My code looks like this:

{bo\DynamicQuery\DynamicQuery_ds.i}
DEF var hProc as handle.
DEF INPUT-OUTPUT Parameter dataset-handle hDS.

Run bo\DynamicQuery\DynamicQuery.r PERSISTENT SET hProc No-Error.
IF VALID-HANDLE(hProc) THEN DO:
RUN ExecuteByID IN hProc (input "UFM-Cfg-Insite", {&dataset-handle hDS}).
END.
ELSE DO:
Message "InSite Configurator: Unable to create Dynamic Query BO".


ABHack now hosted on OEHive

ABHack is now hosted on OEHive.
A new version has just been published.
Check the new ABHack page!


Open file in procedure editor

Hello

I need to duplicate the functionality of the windows file explorer then it will open a file.p in the OpenEdge Procedure Editor (character mode).

With file explorer I can right-click on the file and within the sub-menu there is an option to open the file with the procedure editor.

Can someone supply me with the executable command to do this from outside of file explorer. I am using OpenEdge 10 on a windows 8 PC.

I tried using c:\pro101C\bin\prowin32.exe -p file.p
But that does not work.

I think it is not finding the propath??? :(


libxlsx Project

Hi all.

Does anyone know what happend to the libxlsx project?

Regards


Error 5893 when trying to send PDF to printer

Hello

I would deeply appreciate it if anyone could assist me. This logic worked in previous version for update to Adobe xi seemed to break it.

I am getting error 5893 "The automation server for AcroExch.App is not registered properly".

I've googled this error repeatedly but cannot find an answer. The issue occurs during the create statement.

I am using OpenEdge version 10 - character mode.

DEFINE VARIABLE g_comhAcroExchApp AS COM-HANDLE NO-UNDO.

CREATE "AcroExch.App" g_comhAcroExchApp NO-ERROR.

full code attached.

Thanks in advance for any help anyone can provide.


Syndicate content