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.


Application performance profile viewer

This profiler identifies performancebottlenecks in your application by analysing the logfile you create with the log-manager. ProfilerProfiler


Profiler

Profiler

Memoryleak inspector

Identifies possible memory leaks and their source by extracting those lines from logmanager output that point at created objects that are not deleted later on or allocated space that is not (fully) deallocated.
This analyser goes a bit further than http://www.oehive.org/node/846 and can handle OE 10.2A extra's


Progress Consultants Survey

This is the main page for information about the status of the Progress Consultants survey.

(If you can't see the posts, click on the title of this page to bring the full page into view; then you should be able to see what's been posted so far).


Secondary broker parameter spreadsheet

Attached you find a speadsheet I use to calculate the -n -Mn ... when using a secondary broker.


Network disconnect

In the log file I get 30 to 50 a day message that says
user ??? terminated abnormally
how do I get more info to troubleshoot this


Progres command-line parameters

There used to be a list on the internet of Progress startup parameters. The list, maintained by George Potemkin, was famous for its "undocumented" parameters, but it appears that every link to the list returns 404.
Because it's a shame when such a beautiful list is lost, I have found an old copy and decided to publish it here. If someone has objections against republishing, please just let me know.

Progress Startup Parameters.
===========================

Last update:  December 20, 2004
by George Potemkin (potemkin@******.ru)

The source is available at:

.NET + OpenEdge Webservices using ProDataSet

We are trying to create an application with a thought of SOA, for this we
have selected .Net UI and progress web services using prodataset.

Problem is that .net client is not able to find prodataset reference in
services which are taking dataset as input parameter (they need to create
an object of that type to pass to this service).


Conversion of CHUI to GUI (Openedge 10.1C).

HI ,
I want to know the basic steps of converting the CHUI programs to GUI....if someone has some related document then email it to kunal.k.shah@hotmail.com thanks,


PSDN Code Share Book

This is a topical collection of the material taken from PSDN Code Share via the RSS feed.


Star Office Charts

Hi,

Can anyone please help me with the sample 4GL Code to create charts in star Office.

Cheers
Prashant


Google Chrome

I assume everybody has tried out Google Chrome by now. It's been available for download for nearly an hour already. ;-)

It is of immediate interest to me, because of the AJAX I use in Analyst. Last week, I downloaded and tried out IE 8, beta 2. Now, as far as I'm aware, I'm using pretty old, straightforward standards-compliant javascript in my browser pages (which work fine in Opera and Firefox), but IE still doesn't work.

As you might have guessed, I found that Google Chrome works fine with Analyst. So, I'll support Firefox, Opera, and Chrome, but IE is still out.


VBA for Excel and COM-handles

Hi,

I’m trying to launch a VBA for Excel from our Progress application, and I’m encountering a problem when I’m testing for access privileges. Essentially, I’m checking the read-only property for the workbook and alert the user if it’s true. Here’s a portion of the code:

DEF VAR chFileName AS CHAR INIT "N:\TestRegion2\testvba.xls" NO-UNDO.

DEF VAR chExcel AS com-handle no-undo.
DEF VAR chWorkbook AS com-handle no-undo.
DEF VAR chExcelApplication AS com-handle no-undo.
DEF VAR chWorksheet AS com-handle no-undo.


DB2Excel

Hi guys,
I tried to create a program that will generate code that will export table contents to excel
and wanted other people to test my project. (P.S. Please excuse my coding, I'm just a starter with progress :}).

This program is created using Openedge 10.1B and tested using Microsoft Excel 2007
DB2Excel is a program that automatically generates code for importing data to excel.

Step 1: db2Excel Collects tables from the database and makes them available for selection.
(if needed for schema preview, you can edit the source code to view system tables)


#
Syndicate content