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.


Calling Progress Form from existing 4GL MDI

Hello everybody,

I have been researching and have successfully called a new progress form an existing 4GL window, however, I have not yet found the trick to make the form a child of the window. Is this possible?


OOP And Class Property Enumeration

Hi All. I start to study ABL. I use Progress 10.1B02. I don't know how I can enumerate class properties. Can Progress OOP observe its own structure and behavior (has reflection)?


RSACryptoServiceProvider in 4GL

Hi everyone

I am in need of sending a signed hash to a server that is programmed in Progress 10.2A 4GL.

I have searched and have come to this in C#:

SHA1Managed sha = new SHA1Managed();

....

RSACryptoServiceProvider rsa = new RSACryptoServiceProvider();

byte[] SignedHashValue = rsa.SignData(digest, sha);

Console.WriteLine(Convert.ToBase64String(SignedHashValue));

I need help in converting C# to Progress,

Can anyone help me?

Thank

João Pedro Portelinha


Problem parsing files with different codepage

hi, i have the following problem ...
This indicates a character that cannot bthe current file I/O code page: Windows-1252
Try using a different encoding from the for example: -Dfile.encoding="ISO8859_1"

i have set the JAVA_TOOL_OPTIONS environment variable to -Dfile.encoding=Cp850
but it seems the .net version of proparse is not using it.

any help, here? where can i set the endcoding else?

cheers, toni.


how to make a query with proparse.NET from OpeneEdge

Hello,

I'm trying to port a parsing tool from the old proparse.p api to the new .NET api, but I don't understand how I can call the query method on a JPNode. The javadocs say it returns a generic type (java.util.ArrayList) and (as far as I know) generics are not supported in ABL yet.

Thanks in advance!

Jan

DEFINE INPUT PARAMETER icFileName AS CHARACTER NO-UNDO.

USING org.prorefactor.refactor.* FROM assembly.
USING org.prorefactor.treeparser.* FROM assembly.
USING org.prorefactor.core.* FROM assembly.

DEFINE VARIABLE prSession AS CLASS RefactorSession.


Data from Website to Progress DB

Hi All...

This is a fun project i'm trying to put together

I'm trying to get data from this website

http://www.premierleague.com/page/Statistics

This is a page with statistics for fantasy football in the UK

N.B. there is no data there for this season as it starts tomorrow but you can see if you look back at 2009/2010 season

Basically what I'm trying to do is take a weekly shot of the stats
top scorers
appearances
assists
etc
tallest
shortest!!!???

This lists top 20 scorers for given stat

You can press next to view stats for next 20 players


Disappear the black window when i use INPUT THROUGH

Hi, i need to execute a .jar and recover the messages, i`m using INPUT THROUGH to do this but i get a black window when i use it. Does anyone know how to use this command without the black window?

Example:

DEFINE VARIABLE cmd AS CHARACTER NO-UNDO.
DEFINE TEMP-TABLE temp
FIELD texto AS CHAR.

INPUT THROUGH VALUE("notepad") .

INPUT THROUGH VALUE(cmd).

EMPTY TEMP-TABLE temp.
REPEAT :
CREATE temp.
IMPORT UNFORMATTED temp.
END.

FOR EACH temp:
DISP temp.
END.


Widget error

Hi,
Can anyone tell me what this error means? It seems pretty non-descript:

"Unable to realize MENU widget"


Read Data from a memory pointer

Hi all,
I'm working with progress9.1ESP4.
I need a code sample to read the content of the memory pointer.
I'm getting some text value set from a memory pointer variable and I need to write these information to a text file. I's anybody have a idea of how to achieve this


Free PDF viewers

In a previous post, I was looking at how to access the Adobe PDF ocx control within Progress. It appears that control is only available if everyone is updated to version 9 of Adobe (another developer in the office wasn't and didn't have the control).


Syndicate content