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.


SFTP (Secure Shell File Transfer Protocol)

Does anyone know something more how about you can connect, send data,... in progress too an SFTP-server?


Autodox is including internal procedure parameters

Hi there. I am altering autodox2.p to not show internal procedure parameters in the Html page for the procedure. So I comment out getParams in getProcedures yet I still get its parameters showing? For example I get this snippet from the Html:

Parameters:

INPUT internalprocedureparm1 AS CHARACTER
INPUT internalprocedureparm2 AS CHARACTER
INPUT internalprocedureparm3 AS INTEGER
INPUT-OUTPUT proceduredataset
OUTPUT procedurechar AS CHARACTER
OUTPUT procedureint AS INTEGER

I should not see the internalprocedureparm's above right?


unexpected token: erSysError

Is anyone alive in the hive? Anyways can someone please help me with an error I have in joanju_autodox_err.txt. It is "...unexpected token: erSysError". My code is this:
CATCH erSysError AS Progress.Lang.SysError:
RUN ReturnResult (erSysError:GetMessageNum(1),erSysError:GetMessage(1)).
DELETE OBJECT erSysError.
END CATCH.
I try using parserDictAdd("erSysError", "ERROR") but no success. Any suggestions?


Trigonometric functions, SINE,COSINE,ARCSINE.

I need some trigonometrics function and 4GL don´t include any one.

Have anyone any dll to solve this? This is for the windows environment.

Thanks in advance.


Web Services Input

Hi All.
I'm trying to write a new Web Service.
It is a order contained in the body of the soap message.
How do I read the data within the soap message?
Below is a extract from the soap message.

TEST
SECRET
MSG-123

4012345500004

5412345000013

5412345000013


cursor-offset for Drop-down Combo-box

I have an application that had a combo-box in drop-down mode ( allow editting like fill-in) and use triger "ANY-KEY" for processing. I need the CURSOR-OFFSET to set the cursor position, but i get and error.

Is this a bug?, any work around perhaphs an API call ?.


Dynamic Menubar Items

Hi Guys,

I usually use OCX Treeview to display menus allowed for a user.
In my case, I am trying to create an application that has dynamic menu items available for users depending on the access given to them.

Sample of this is:
John:
Customers Entry
Official Receipts
...
..
.

Mark:
Official Receipts
General Ledger
...
..
.

I have a solution for this but needs a development tool during runtime.

If you have worked on this previously, please, I really need you advice.

Thanx so much!


Object Oriented Programming Book Available

Discussions Of Object Oriented Programming In Progress OpenEdge 10.1x

http://www.lulu.com/content/4609181


IMPORT statement

I'm trying to fix an issue in Prolint, but this is a general ABL question. Here's the code:

   handlers = "":U.
   FILE-INFO:FILE-NAME = ProfileDirectory + "/handlers.d":U.
   IF FILE-INFO:FULL-PATHNAME <> ? THEN DO:
      INPUT FROM VALUE(file-info:FULL-PATHNAME).
      REPEAT:        
         IMPORT handler.                               
         /* if handler exists and supported in this Progress session, then add to list */
         IF CAN-FIND(tt_output WHERE tt_output.progname=handler) THEN 
            handlers = handlers + ",":U + handler.
      END.

AS400 Dataserver Upgrade

We are (still) using AS400 dataserver version 8.0C60 to access DB2 database on AS400
iSeries (os version V5R3). We have to apply the AS400 patch every 6 months but other than
that everything is working fine (client is the Progress application release 9.1D09 (no appserver)
on IBM AIX 4.3.3.0).

Our company is looking into upgrading our AS400 iSeries system, including os upgrade to
V5R4M5 or 6.1.

What am I hearing from Progress support for now is that only OE ODBC Dataserver 10.1C
is supporting V5R4. But our 9.1D client can not 'talk' to OE 10.1C ODBC Dataserver, and we


Syndicate content