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


libxlsx

The libxlsx project has been moved to the Free DocxFactory Project.


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.

Unllinked code ?? or is it just missing??

Per a peg discussion:
Q:> How can I read a directory and input the filenames in a table?
A:>
download my directory tools code here:
http://www.oehive.org/node/745

However.. if one goes to that node the link for the code is not there that we can see.
Googling the file name I see it under the amduus directory. http://www.oehive.org/amduus/DirTools/utl/filesys/dir-tools.p

Are we missing something?

-daniel


Refresh Data in Screen

Dear All,

I need to refresh data in my screen automatically without operator, when new data inserted in my database.
How do I get that ?

Thank's


A question

Hello, this library is great. We have some PC with OpenOffice.org, and I'm trying to open a spreadsheet but it doesn't work.

I use WinXP and Progress 9.1C

The code:

{c:\CalcUtils.i}
DEF VAR cNomFile AS CHARACTER.
cNomFile = "c:\prueba_ods.ods".

RUN open_calc.

RUN OPEN_book (cNomFile).

RUN CleanUp.

It should work, but it doesn't. Am I doing something wrong?

Thanks!


Very basic question about calcUtils.i

_


Contact

Thank you!

Oehive is no longer open for new accounts.
Thank you for your interest, and many thanks to all who have made use of oehive over the past years.

Sincerely,
John

Email: editors at oehive dot org

This is only for questions or comments about the oehive.org web site itself. Messages posted here are only sent to a few OE Hive web site editors and administrators.


PUG (Progress User Group)

There are many regional PUG's in the world, each with their own board and their own activities. This PUG-book at OEHive serves only to be a tree-root, a main index for any pages that may be written for any PUG purpose.


Books rearranging

OEHive has several ways to organize and navigate content - one of them is "books". See the list of books. Technical definition: a book is a book-page that has no parent-page. Because of this definitions there are currently many independent single-page books, simply because they are not outlined correctly. This clutters the list of books horribly, and I believe the book list will gain value when small books are organized into larger books. For reference it may be interesting to look at the book-list at Drupal.org, a site with hundreds of thousands nodes and only 12 books.


How to download

I realize that at times I am slower than a stopped clock, but I was under the impression that the code on OEHive was available for download. I do not see any way to download this app.

Thank you for your assistance.

tim


Anyone else get an error when creating a new project.?

Each time i create a project during a submit there is an error at the top of the screen. I did not copy it. :( The project is created correctly as far as I can tell but just seemed odd.

Also it might help to note on the short project name that NO spaces are allowed.
:)

-daniel


User Blogs

This is a collection of the top level pages of all user blogs on OE Hive. One can go to the top level for all blogs here in order to read the latest blog entries overall or you can go to one of the links below to check out an individual user's blog.


Dynamic Transaction (record write,delete.create)

have two procedures that work that can called from trigger level within trigger. They passed a number of paramters including one temp-table containing create/delete information , the 2nd program accepts the current new record and the old record

WRITE TRIGGER

DEF TEMP-TABLE ttnewCustomer LIKE Customer.
CREATE ttnewcustomer.
BUFFER-COPY customer TO ttnewcustomer.
DEF TEMP-TABLE ttoldCustomer LIKE customer.
CREATE ttoldcustomer.
BUFFER-COPY oldcustomer TO ttoldCustomer.


Temp-table to COM Excel

This is a procedure i wrote some years ago now. want to do the same for xml csv , then seperate one for pdf and rtf templates if you want full details of project let me know


A 4GL Query Required to open a website.

Need to open a website e.g. "http://www.oehive.org" using progress 4GL code , and secondly would like to pass valid user name and password as paramenters, Please Help.


#
Syndicate content