4GL/ABL General Programming


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


RESTFull

Hello everybody,
I would like to know that:

Is there an implementation of "RESTful principle" (Representational state transfer) in OpenEdge?
The ideas behind REST were formalized in Chapter 5 of Roy Fielding’s 2000 PhD dissertation
http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm


Is there a way to call Progress UI in C# .Net

I am trying to call the progress UI(Built using AppBuilder) in C #; I would like to know if there is any way to do it? I am using progress 10.2 beta version.
Please help me!


Someone use the LOG-MANAGER with WebSpeed?

If yes, how?

I have seen in the ProKB "P116542" (KBId) that there is a problem with the assigne of a "LOGFILE-NAME", because it's not dynamically settings at the lanch of the LOG-MANAGER in the code of a file.p.

How i can resolve?

TNX.


How to create WSDL

Hi All,

How I have to create WSDL?

Where I need to deploy that created WSDL?

What are the changes I need to do for creating WSDL

Rajaselvam.M


Problem with smtpmail.p

I'm trying to use smtpmail.p with our email server, but having no luck. I've tried to duplicate the settings used in my email client, but there's something different that the ever-suspicious server picks up and it returns this message:

220-(servername) ESMTP Exim 4.68 #1 Thu, 04 Sep 2008 00:51:38 -0500 
220-We do not authorize the use of this system to transport unsolicited, 
220 and/or bulk e-mail.

how to find methods and attributes for smartobjects

How do I find out what methods and attributes I can call for a smartobject? Specifically, I want to be able tell a smart data object to jump to a given record so it shows the record in the smartDataView that I have attached to it.
In python, you just type dir(). Is there any equivalent in Progress?

Thx


What is &ANALYZE-SUSPEND and &ANALYZE-RESUME?

There is no mention of these preprocessor directives anywhere in the ABL reference or handbook.
What do they do?


smartobjects howto

Does anybody know where there's some smartobjects tutorials? I need something like the ABL handbook where it shows you how to create a very primitive app. The ABL handbook does not mention smartobjects at all.
The "ADM and smartobjects" manual has no examples. I just need a quick and dirty example to get something concrete up and running.

Shawn


Syndicate content