Questions tagged [openedge]

Progress OpenEdge is an application development platform from Progress Software Corporation

Progress Openedge

Progress OpenEdge is an application development platform from Progress Software Corporation (NASDAQ: PRGS). It includes but is not limited to:

Progress OpenEdge Database:
A relational database engine

Progress ABL:
Advanced Business Language. A 4GL programming language. Earlier known as Progress 4GL.

Progress AppServer:
An application server for supporting multi tier applications

Progress Pacific AppServer (PAS):
A newer replacement for the Progress AppServer. Based on Tomcat.

Progress Webspeed Transaction Server:
A part of the appserver used for creating web enabled applications.

Progress Developer Studio:
An IDE for developing Progress applications. Based on Eclipse.

Progress Mobile:
A cloud based IDE for developing mobile applications. Based on the Tiggzi IDE. Since the acquisition of Telerik this has been replaced with the Telerik Mobile platform.

Openedge BPM:
An API for providing Business Process Management automation in applications.

Progress Pacific PaaS:
A cloud based application development platform.

Questions around Progress Openedge is better tagged , , , or depending on what product is involved.

Simply tagging might be confusing since the questions are mixed up with progress-bars etc.

Other product lines in the Progress Software portfolio incudes:

Rollbase:
A cloud based rapid application development environment for webapps.

DataDirect:
Provides connectivity between the Progress environment and numerous data sources. For instance IBM DB2, Microsoft SQL Server, Oracle, Sybase and MySQL.

Control Tower:
Business Intelligence/Dashboard solution.

Corticon:
Business Rules Engine

Modulus:
A Node.js hosting platform including support for WebSockets, MongoDB and more.

Telerik
On October 2014 it was announced that Progress Software acquired Telerik Software, a Bulgarian company providing tools for platform development. If or how Teleriks product will be incorporated into OpenEdge has not yet (as of November 2014) been revealed.

Official links
Progress Software

Progress Community (Developers Network)

Progress Documentation Portal

Progress KnowledgeBase

Other useful links
The OpenEdge Hive

Progress E-mailing list (PEG)

ProgressTalk Forums

Wikipedia
http://en.wikipedia.org/wiki/Progress_Software http://en.wikipedia.org/wiki/OpenEdge_Advanced_Business_Language

1417 questions
-2
votes
2 answers

How to send SMS via OpenEdge 10.2B

I'm a beginner to this language. Please if anyone know a way to send SMS via Openedge 10.2B using a dongal or a modem. please educate me. Thank You.
-2
votes
1 answer

synchronizing progress database with sql Server database

Please I need to synchronize two databases one in Progress OpenEdge and the other is in SQL Server so that I have the same data in both databases. Do you have any idea if it is possible? If so: how can we do this?
-2
votes
1 answer

Progress database one time password

I am using progress 4gl and progress database. I need a one time password procedure for security purposes. Do you have any idea. I need two options. how can I generate random password and how is the process method ? My progress version is 10.2b on…
-2
votes
1 answer

Scroll bar in browse not working

I am not able to scroll the scroll bar in the browse to view more results. How can I achieve this? DEFINE QUERY BROWSE-4 FOR Customer. DEFINE BROWSE BROWSE-4 QUERY BROWSE-4 NO-LOCK DISPLAY custNum name /* ENABLE name */ WITH NO-ROW-MARKERS…
Sri Nivas
  • 31
  • 1
  • 7
-2
votes
1 answer

how to get first 15 records with customer name,number from the table if there are 200 records in Progress OpenEdge database

I am trying to retrieve a records from database ,how can i get in order to fetch records from customer table. in table level without scoping can any one help
-2
votes
2 answers

Better way to move to production?

We have recently set up a new development server for upgrading, progress, database and application. We have tested everything and it works fine, but can we simply rename the server as 'production' and then develop a new development server again to…
user3715001
  • 131
  • 3
  • 18
-2
votes
1 answer

Datatype in progress 4gl

Integer and decimal datatype accepts only 10 digits after that getting error message value too large to fit in integer or decimal.What is the maximum limit of integer and decimal datatype in progress 4gl?Is it possible to print 100 digits after…
user3580861
  • 13
  • 1
  • 3
-2
votes
2 answers

Convert function Progress 4GL encrypt AES OFB 128 to PHP

need help to convert the following function in php. Can any one help me please ? OpenEdge Progress 4 GL DEFINE VARIABLE cClearText AS CHARACTER NO-UNDO. DEFINE VARIABLE rBinaryKey AS RAW NO-UNDO. DEFINE VARIABLE rEncryptedValue AS…
-3
votes
2 answers

Is there a way I can fast load data with SSIS?

I'm moving data from ODBC to OLE Destination, records get inserted everyday on the ODBC in different tables. The packages gets slower and slower it take about a day for million records sometimes more. The tables can have new data inserted or new…
-3
votes
1 answer

how to create convert octal to biner?

I have a problem when I input numbers 2,5,7 the results are ok and when I input numbers 1,3,4,6 the results don't match. define variable oct as character. define variable l-oct as integer. define variable oktal as integer. define variable l-oktal …
-3
votes
1 answer

** Invalid character in numeric input /. (76) - PROGRESS 4GL

I am facing an issue with the below FUNCTION. I am exporting this to a .xml file and in the log file I am receiving the error "** Invalid character in numeric input /. (76)". Please help me in resolving this issue. CLASS JITS.BE.ANDON.DataItems : …
-3
votes
1 answer

HTML file contents to Email Body in Progress 4gl

I have created a .html file from a Progress program which contains a table of rows and columns. I would like to add the contents of the HTML file to an email body that I am sending with the "febooti" email utility on Windows. How can I send this…
-3
votes
1 answer

How to export a file as XML format?

FOR EACH gdmf_shift NO-LOCK:BUFFER-COPY gdmf_shift EXCEPT shift_obj TO tt_shift.END. hOutSAXDocument:START-ELEMENT("Row"). hOutSAXDocument:INSERT-ATTRIBUTE("id","5"). hOutSAXDocument:START-ELEMENT("Column"). …
Thiru
  • 231
  • 6
  • 20
-3
votes
2 answers

Progress 4gl control character remove

I want to remove all control character from the given string. i don't want to use Replace method because it take multiple iteration. Help me. Thanks in advance.
D_Animus
  • 43
  • 9
-3
votes
1 answer

Error When load Table Progress Openedge in Power BI

Im very newbie in Power BI. I try to connect Progress Opendedge to Power BI using ODBC. ODBC success connect, I try Via excel success to show record. But in Power BI, when i try to load table i've got error. ERROR [HY000] [DataDirect][ODBC Progress…
Prabu Karana
  • 302
  • 1
  • 4
  • 15
1 2 3
94
95