lib


Version 3 of the Progress Standard Libraries Project is Available for Download

Version 3 of the Progress Standard Libraries Project is available for download.

http://www.oehive.org/project/lib

Here's a short list of some of the new updates -

1. Backup/Archive/Restore utilities.

2. Salesforce.com integration library.

3. Google API library.

... and many more

Planned updates -

1. 4GL Regex library.

2. Free lite version of the 4GL Query Optimizer.

3. Free lite version of the Word and Excel utilities.

What would you like to add ?

If you have any questions or requests please feel free to contact me.

Alon Blich


Translate Text with Google API

I've seen companies translate their application for example from Dutch to French or English etc.

and even though machine translation isn't perfect it might help speed things along.

I've added a Google API library with Google Translate to the Standard Libraries project.

http://www.oehive.org/project/lib

Here's how it works -


/**
 * test-slibgoogle.p -
 *
 * (c) Copyright ABC Alon Blich Consulting Tech, Ltd.
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by

Code Parsing

I've added some code parsing features to the Standard Libraries.

http://www.oehive.org/project/lib

Below is a sample for parsing queries -


/**
 * test-slibpro.p -
 *
 * (c) Copyright ABC Alon Blich Consulting Tech, Ltd.
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,

The Progress STandard Libraries (STL)

The Progress Standard Libraries
 

In general the libraries are compatible with Progress version 9 and upwards and are O/S neutral, unless noted differently.


To install the libraries place the slib/ directory in a directory on your PROPATH and you're ready to go, no need to change your PROPATH.

I usually just copy the slib dir to every project I do.


To use a library add the library include file to the external procedure file.

Although the libraries are essentially persistent super procedures.
Syndicate content