Hive group

Welcome to The Hive Group! Be sure to subscribe, and don't forget to click "my subscription" if you want to subscribe to the mailing list.


See also:
The Hive Project
The Hive Project Issue Tracker
The Hive Group Forum


VST one

To collect performance related data, I think VST is the way to go. It is original and nothing beats the original. I feel like I never know enough of them and here is the place I can learn a few "useful" one, There will be "VST two", "VST three", etc.

this writing is the summary of an old document "Progress Tuning Workshop" from 2001.

1. _actSummary
aiming for high commit(high throughput), that's _summary_commits field
look at the _summary_flushed row for the flushed block, that will tell you if you have enough APWs


This copy of slibxlsx.p has expired.

Hello,

I'd like to test your XLSX-Tool (incl. generation of the template), but when I run the code the following error message appears:

"This copy of slibxlsx.p has expired."

Im using the "10.2b02-win-32bit-rcode.zip" on 10.2B06.

I hope you can explain/help!?

Thanks in advance,
Gerald


User Sanders111 created some garbage pages, who can delete them?

User Sanders111 created some garbage pages, who can delete them?


Soundex Sample

Soundex sample

{slib/slibstr.i}

message str_soundex( "Alon" ) str_soundex( "Alan" ) str_soundex( "Allon" ).


Marginal Tiete - progress game

Greetings,
I made this game to emulate Atari's Grand Prix.
You can use this code to view how to use dynamic objects and other functions like includes, and methods.

Running:
1. Extract all files,
2. Select car.p and right click, choose RUN under window's context menu or open it with progress procedure editor.

Skype me jaison.antoniazzi for questions.

Enjoy :D

Best regards,
Jaison Antoniazzi


How to install?

Hi, just trying to get this to work. So I installed OEA (10.1C), downloaded the zip, unpacked it in my testproject, then went on to step 3 from the installation guide:

3. Modify the dotr/Maia.cls as follows ....

But I cannot find a dotr/Maia.cls. There is a sports.cls that looks like it has the required structure, but should I rename/modify it? And where should it be placed?

I definitely could use a little more help here.


progress explorer tool (server 2008)

I use 10.1C on server windows 2008. i get error when i try to start progress explorer tool.
anyone , can help?

regard,
G


progress explorer tool (server 2008)

I use 10.1C on server windows 2008. i get error when i try to start progress explorer tool.
anyone , can help?

regard,
G


progress explorer tool problem with server 2008

Hello Ryno, thanks for your help,
I use 10.1C on server windows 2008. i get error when i try to start progress explorer tool.
the Adminservice runing without any problems.

thanks
Goran

I try sends few days, to find some solution for the problem with windows 2008.
the progress explorer tool, cant not be start on 2008 server .
I find something online, but it don’ts works. Did you have maybe some other solution? (Script, exe ,or something else)
(
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Java VM]
“EnableLogging”=hex:00,00,00,00


The OpenXML Libraries Recent Updates

Just uploaded a new version of the OpenXML Libraries and tutorial.

Recent updates -

- Added support for resizable images.

- Added support for external, linked images.

- Added numeric and date internationalization features.

- Bug fixes and performance improvements.

You're invited to download the tools and try the samples or just look through the tutorial.

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

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

Alon Blich
Email: alonblich@gmail.com
Phone: +972-54-2188086
Skype: alon.blich


The OpenXML Libraries Tutorial is Available for Download

Just uploaded the first version of the OpenXML Libraries tutorial.

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

Please download and read the tutorial.

I'm sure you'll find a few tricks you didn't know about.

Keep checking the project page.

More updates are planned to be released soon including a Free Lite version.


Progress sin, cos, tan finally resolved !

Every once in a while a question comes up in the Progress forums ...

I can't find the sin, cos, tan functions ?

I'm happy to say this question has finally been resolved

thanks to Jeff Pilant who donated the sin, cos, tan functions

to the Progress STandard Libraries (STL) open source project.

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


/* test-slibmath.p */

{slib/slibmath.i}



define var iDegree as int no-undo.

repeat iDegree = 0 to 360 by 5:

    display
        iDegree                             format ">>9"                column-label "Degree"

Word and Excel Utils Express Edition for UNIX/Linux r-code is Now Available

I've uploaded UNIX/Linux r-code versions for the Word and Excel utils express edition.

Please download the utilities and try the samples.

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

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

Alon Blich
Email: alonblich@gmail.com
Phone: +972-54-2188086
Skype: alon.blich


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


New Backup/Archive/Restore Utilities Added to the Progress Standard Libraries Project

New Backup/Archive/Restore Utilities Added to the Progress Standard Libraries Project

Quick overview -

Backup utility -

The backup utility does a full backup and then 6 incremental backups every time it runs for every database.

There's an additional script to backup after images that can be set to run every 15/30 minutes. The backup and after image backup use .lk files and will not interfere with each other.

Archive utility -


#
Syndicate content