Development Tools Group

This is a group for keeping track of all ABL development support tools on the Hive


Datadigger uses CHR(160) which is zero-length when using CPINTERNAL UTF-8

The datadigger uses CHR(160) as a delimiter. When running OpenEgde with UTF-8 as session:cpinternal, this throws an error:
"Second parameter of REPLACE must have non-zero length (2918)".
This can be avoided by changing the CHR(160) into CHR(160, SESSION:CPINTERNAL, "ISO8859-1").

Easiest way:
- define preprocessor CHR160 in datadiggger.i which says: &GLOB CHR160 CHR(160, SESSION:CPINTERNAL, "ISO8859-1").
- replace all references to CHR(160) by {&CHR160}


Tool to Explore the Program

Hi All,

I want a tool which helps me in getting the info of all called procedures and include files inside an external procedure. I came to know that there is a tool called Pro Explore which helps solve this purpose. But I am not able to get that tool here. I am not sure if I am searching with the right name. If anyone have some idea of such a tool kindly let me know which would be helpful for some of my development purpose.

Regards
Mani


Progress 4GL Contractors

If you are in need of Progress 4GL resources or contractors please email progresscontractjobs@gmail.com


help with name server ..

How can i get the server's name on wich I'm working ... I'm using a GUI application and it's connected to a linux server with a .ini and .pf file ..

does anybody know some code for get this??? I have tried with DB-REMOTE-HOST but it didn't work ...


Data querying feature

I'm a new guy for progress.Is there a query tool like toad for oracle to query data from table directly?


Voleso HTML Templating Tool Open Sourced

The first time one needs to rework the HTML for look and feel in an application, one quickly learns about the need for separating the HTML from the application code. HTML Mapping was an attempt at this, however, there is still the need for a Progress Development License as well re-compiling on changed code.

Other languages have encountered this need – PHP with the Smarty template processor as well the various one's used in the C and C++ world. These processors do not require re-compiling and allow for HTML designers to work outside of the application code environment.


Adding index to table - what queries will change

I don't know if this is the correct place to ask this question and maybe someone else has already asked this.
Is there a tool that can evaluates all queries in a development-environment (list of directories with sources) and report all the sources that have queries that will use the new index when you add that new index to a database-table?


Justus OpenEdge Tools 0.002

First released: Thu, 2011-07-28 12:55

New Justus version released: Justus 0.002.
This version includes SmartGrep, a search tool that can recognize ABL statements in order to find only the code you really need.
Based on Lucene Search Engine, Smartgrep accepts Google-like queries with boolean operators and statement filters. Some common search examples include looking for FIND or FOR without a LOCK clause or temp-table definitions without NO-UNDO.


Prolint Installation Guide (Windows)

This is a generic installation guide slightly modified from an actual installation. Please update as you see fit. Please keep in mind, we would like this to be generic enough so it can be used by all. The guide is written in MS Word.


Kudos

Hi Patrick,
I just wanted to publicly say thanks very much for posting DataDigger. I've been using it a lot lately.
Regards,
John


Corrupted Progress Database

Dear All,

Please anybody tell me how to fix my corrupted Progress database.
I've tried to do :
- proutil "mydb" -C truncate bi -F
the error is 'stack buffer overflow'

Thank's


Crystal 2008

I'm working on migrating our current solutions for a Crystal Reports viewer to version 2008. We're running OE 10.1C although I need to provide a v9.1e compatible solution (don't ask!). Truble is all API and COM support has been stripped in version 2008 of Crystal and I can't see a way forward. Has anyone worked on this sort of thing? Can anyone provide some pointers for getting started. This is turning into a nightmare.


Error 3406

Hello,

When I execute the shortcut:
C:\OpenEdge\DLC\bin\prowin32.exe -basekey "INI" -pf X:\SCQ\script\pf\T.sice.pf -p c:\temp\datadigger\DataDigger.p.
I receive error Unknown attribute sort-ascending use in widget:attribute phrase. (3406)
Some suggestion for resolve this problem?

Thanks.


Justus OpenEdge Tools

Justus is a toolset for Progress 4GL that helps developers to increase quality of your projects. Justus includes a simplified 4GL parser and a test coverage tool to identify gaps on Test phase.
Future releases also include a search tool, white-box tests and dependency checker.

** Looking for Volunteers **


ProUnit Test Framework

ProUnit is a Unit Test Framework designed to improve Progress applications quality. Specially focused on automation, ProUnit is better used with Continuous Integration and build scripting tools like PCT, ANT, Bamboo, Hudson, etc.


#
Syndicate content