Miscellaneous Group

All content on the site should (must?) belong to a group. This group is the catch-all for content that doesn't fit anywhere else.


DFCheck

A simple tool to help you to remove all Schema Area information in a df file. You just dump your database df file which contains a complex (or


DataHack

A simple tool to simply watch and/or update your data. Everything is reading with dynamic object. It's possible to copy the table and field name in


VSTHack

At this moment, only 2 simple tools to watch what's happen on your Lock Table Progress DB and what's happen on index reading. Those tools are


OpenEdge Replication 10.1BSP01

And so, my "impish" handles again run into on something not comprehensible.

Progress 10.1BSP01
OpenEdge Replication 10.1BSP01.

After coasting SP01 categorically ceased to work replication on some base on side target-server exactly.
Errors everywhere following: Code:

[2007/07/30@09:25:12.895+0600] P-7347 T--1789493408 I RPLA 66: (10501) The Fathom Replication Agent has been successfully started as PID 7347.
[2007/07/30@09:25:12.896+0600] P-7347 T--1789493408 I RPLA 66: (5485) Service transport TCP is busy.


Database .st and .df generation utility for conversion and migration.

A sample ABL code to assist with generation of a new .st and .df based on an earlier version of the database .df and the output of a database analysis. This code example will generate a new .st file which defines or re-defines storage areas based on data taken from the database analysis. This is one possible suggestion for storage area layout and may not be optimal in all cases. A new database definition file (.df) is created to go along with the .st file generated by the code.
The procedure also builds scripts to assist with dumping; loading or tablemoving data to the new storage areas.


Mashup Example using AutoEdge

At Exchange 2007, a session entitled "Mashup Basics" was presented. In that session, we demonstrated the ability to add value to an OpenEdge application by 'mashing up' content from other sources. The examples we used were aggregated RSS feeds from Yahoo Pipes and a Google Map.

As many people are familiar with the OERA reference application (AutoEdge), we used it as the vehicle per se to demonstrate this capability.

Attached is a zip file with the modified code and instructions on how to implement this demo enhancement into your version of AutoEdge.


.Net and Progress Gui

I'm not sure this is even possible but figured I'd throw it out there, it's at least good for an eye roll and muttered "WTF?"...

We have a legacy application, heavily based upon adm2. The idea is being explored to redo the UI, and instead of doing the entire app at once, the goal is to impliment pieces at a time. The solution that is being explored is to embed a web browser in the application, write the new functionality in Asp.net with ajax and utilize the embedded browser to view the page, essentially "overriding" the former functionality.


Ellipse Procedure works with PDFinclude

To draw an ellipse in PDF by using PDFinclude 4GL program this ellipse procedure works cool.


OpenEdge 10.1B01 Development Tools Source Code

This download contains the source files of the OpenEdge 10.1B01 AppBuilder product that was included in OpenEdge Release 10.1B commercial shipment.


Prolint

Prolint is an open-source tool for developers to help improve the quality of your code. It reads and parses your source code looking for problem areas.


Could someone help me how to use the deployed web service?

Hi All!

I have created a web service adapter and want to use it on the Progress 4GL client.
I used the WSDL file deployed in the adapter, to connect to the appserver,and it was successful. But I couldn't call the procedures inside the .p file which was deployed as web service. I have a procedure named p-first but i can't call it. I got an error "Failure initializing SOAP Call: cannot find a SOAP operation named p-first(11775)(11762)".

Could anyone help me?

I would be thankful!!

With regards,
Kamal Raj Subedi
Javra Software Nepal
IT Park, Banepa


Log Based Memory Leak Finder

This program reads log files for logentrytype dynobjects and produces an output of those log file entries where objects were created, but not deleted.


Sample ADM Code

Sample code illustrating various techniques based on ADM code.


PSDN Code Share

PSDN Code Share is a service provided by Progress Software Developer's Network to allow the sharing of source code with other developers. The OE Hive has aggregated these offerings on the Hive to assist searchers in finding material through a common structure. Material which is already hosted by OE Hive has been deleted from this aggregation.

Chronological list of all aggregated items

Topical list of all aggregated items


ABHack: to achieve auto-completion and other tweaks in the regular AppBuilder



ABHack is a kind of demon 4GL procedure to run with the PERSISTENT option in a development session. It can spy the activity in a source-code procedure editor to pop up auto completion lists for local or global variables, attributes/methods, buffers, temp-table, table and fields names. It includes many other features like a query analyzer for a selected text, open text-selected source file-names an improved navigation by words, ++ insertion, quick comment out, and ability to make the data dictionary resizable.
11-MAR-2007 New features: duplicate line on Alt-Down like Eclipse does, and better handling of full stop when inserting closing guy

05-MAR-2007 New feature: completion for block labels

26-FEB-2007 Three big new features: Make the popup field list scroll to the most likely interesting field after an equal sign. Improved suggested list of buffers after '=' equal operator. Ability to 'Keep track of Section Cursor Position', and restore the previous row and col of a section you visited earlier when you go back to it.


#
Syndicate content