Forums for Groups

IMPORTANT! You can read every forum, but you can only post in a forum if you are member of the 'Organic Group' that owns the forum. See groups for a complete list of Organic Groups on the Hive. Content (forums, pages, blogs, etc) on OE Hive is all organized using a module called 'Organic Groups'. Every Group has its own forum.


Adverts and Commercial Forum

This Forum is for the posting of adverts and commercial materials. This is the only Forum on the Hive where this is allowed. Posting commercial material here is currently free, as long as it is obvious to the Hive editors exactly why the commercial material is of concern to Progress users.


Book Corner discussion

Forum for the Book Corner Group. Review and recommend software industry books.


convert any number to words

Has anyone done this in Progress?

Example: 19,786,565.128 result is: Nineteen Million Seven Hundred Eighty Six Thousand Five Hundred Sixty Five Point One Hundred Twenty Eight

Should be able to process any number from 0 to unlimited. If so, can you explain the technique, method or paradigm you used?


Screen Reader Implementation - Accessibility

I have challenge to make my application accessibility compliant by enabling the screen reader like Jaws to read the screen, as of today Jaws readers only the Field content and does not reader the label, tried implementing iaccessible interface "https://msdn.microsoft.com/en-us/library/accessibility.iaccessible(v=vs.110).aspx" and updated the accessname but NO luck getting it work. Please let me know if anybody has done any research or implemented successfully.

Appreciate your help in advance

~Soji


Screen Reader Implementation - Accessibility

I have challenge to make my application accessibility compliant by enabling the screen reader like Jaws to read the screen, as of today Jaws readers only the Field content and does not reader the label, tried implementing iaccessible interface "https://msdn.microsoft.com/en-us/library/accessibility.iaccessible(v=vs.110).aspx" and updated the accessname but NO luck getting it work. Please let me if anybody has done any research or implemented successfully.

Appreciate your help in advance

~Soji


Screen Reader Implementation - Accessibility

I have challenge to make my application accessibility compliant by enabling the screen reader like Jaws to read the screen, as of today Jaws readers only the Field content and does not reader the label, tried implementing iaccessible interface "https://msdn.microsoft.com/en-us/library/accessibility.iaccessible(v=vs.110).aspx" and updated the accessname but NO luck getting it work. Please let me if anybody has done any research or implemented successfully.

Appreciate your help in advance

~Soji


WEb Service Type REst in Progress

Good morning everyone.
I need help urgently.
Someone has already built a Rest Webservice in Progress.
I've already developed SOAP, but never Rest.
I have already consumed Rest type.
I need an example or some documentation on this subject.
My requirement: I have a system developed in Progress and a legacy system, should consume a service of type Rest of my system.
Thank you.


Help for PDFInclude

Good Morning.
I need a help, with the PDFInclude library
I need to generate a PDF document, based on another PDF template document.
When copying the file into the new generated, I must change a word within the template.
Eg, inside the pdf file, read the string "& OP" and when generating a new swap file
the string by the number of the Production Order.
If someone has a very simple model, and I'm very grateful.
I'm trying to use the procedure: pdf_ReplaceTxt, but to no avail.

Thank you


Printing Reversed (white on black) text

Hi

We have a system (Progress 9.1D) that creates A4 despatch note files (.prn) that can then be printed on PCL 6 compatible HP Printers

I've got to make a change that involves creating some white text on a black box. The text will be the parcel force routing codes so it will be different per despatch.

For what seems to be a simple task I've been going round in circles for days!

I've attached my latest attempt which uses some PCL 5 code I found but all it does is print the control codes out so I'm clearly doing something wrong.


Search & Replace application

Hi everybody.
I want to share some programs I have done for some time and have worked for me. For free, no cost.
I was developed it since 1999, are very simple, but very effective.

Are developed for Windows only. Its the plattaform i use.

Can someone tell me who is the person I need to contact to let the programs in this page? or I need to contact directly to the PSC?

Regards!!


Statement in else missing End Statement

This parses OK using OpenEdge 11.5 but seems to hang ProParse, likely due to the missing '.' in the else?:

------- begin --------

/* an if statement with a missing end of statement marker in the else */
if vSharedVariable = “Some value” then
run program1.p.
else
run program2.p

------- end --------

Regards,

-djm


barcode39.i

I have a legacy client running V11 chui. They have some code that produces bar codes using an old Progress include file {barcode39.i}.

Recently it was discovered that a . (period) is being read through the code as a - (dash) so they contacted me for some help.

I determined that the variable that holds the binary code equivalent of the characters had the same value for . and for -.

010000101 /* . */
010000101 /* - */

So I figured finding the correct code and replacing it would work. I see that the correct code for . is 100101000 so I replaced that in the code.


Syndicate content