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.


Default Directory in Progress Editor or Appbuilder

Question

In the AppBuilder or Procedure Editor, whenever I choose File -> Open it starts in the last directory I used, not my working directory like it used to. How do I get it to start in the initial directory defined in the Windows shortcut?

Answer

There are a couple solutions for this.

First you can modify adecomm/_getfile.p (yank it from adecomm.pl) by adding the line "initial-dir '.'" to the first system-dialog get-file command you will find there.

Second, you can use Tweak UI to customize the "Places Bar" that appears in the file-open dialog-box to include the directories for the projects you work on.


Excel howto

Question

Tips and examples for communicating with MS-Excel.

Answer

by Jeff Pilant

Sites with information to write *.XLS directly:

http:sc.openoffice.org/excelfileformat.pdf

http:www.sector13.org/jason/xls/

http:www.wotsit.org/search.asp?s=CEL

http:chicago.sourceforge.net/xlhtml/

----

Some Excel tricks:

1) To speed up the excel generation, you can disable the screen updating with the following:

chExcelApplication:ScreenUpdating = False.

and restore it with

chExcelApplication:ScreenUpdating = True.


Send e-mail through Progress

Question

How do I send an email through Progress?

Answer

There are many solutions:

A1: Use the smtpmail.p program from www.freeframework.org

A2: os-command no-wait value("start mailto:bush@whitehouse.gov").

A3: see send email through Outlook using its COM-interface

A4: see for MAPI

A5: to send email through the COM-interface of Lotus Notes, see page 553


Send mail using Lotus Notes

We are using Lotus Notes instead of Outlook. How can we send e-mail with Notes?

Answer

Found on Peg, sent by Torben Jensby Christensen on 13 december 2002.

/* Procedure to send mail using Lotus Notes 4.6
 *
 * Has been tested to work with
 *    Lotus Notes 4.6.7
 *
 * 16.06.2000 TJC Created
 * 30.07.2000 TJC modified to find users mail file
 */
DEFINE INPUT PARAMETER msgRecip  AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER msgTitle  AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER msgBody   AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER msgAttach AS CHAR NO-UNDO.

Webspeed Alternatives

Are there free or cheap alternatives for webspeed?


Frequently Asked Questions

Some of the FAQ pages rescued from global-shared.com


User Links

CLICK HERE to go to the links page. All registered users can post URLs that are useful and relevant for OpenEdge developers.

Almost there

It's been several long weeks of struggling with site hosting configuration, web servers, mail servers, Subversion servers, a few different CMS options, and of course, mostly with Drupal and a number of optional modules. But we're getting there!

Subversion is functional, the groups and mailing lists are functional, and the projects are functional. The site look needs work. The site navigation is contentious! We have a temporary logo, a temporary theme, temporary project categories, tentative navigation categories, and a tentative layout for site navigation in general! I'm confident that, in spite of all that's in flux, the important bits are working: Subversion, project issue tracking, and backups.


Dataset Viewer

Attached is the first version (written in OpenEdge 10.1a) of the Dataset.This program can show the contents of any dataset, including the records in the before table if present.


jpjvm

This project is for the maintenance and support of John Green's "jpjvm" DLL, which loads a JVM into a Progress/OpenEdge session.


Yellow Pages: Categorized listing of business web sites


XREF Parser

This program takes an XREF / STRING-XREF pair of files and translates them into a set of temp tables.


Progress/400 to OpenEdge/ODBC transformation

This zip file contains utilities and documents to aid the transformation form the V9.1C Progress/400 DataServer to the OpenEdge DataServer for ODBC. The OpenEdge DataServer for ODBC is not a direct product replacement for the Progress/400 DataServer, which retired in September 2004. The OpenEdge DataServer for ODBC provides generic connectivity to various data sources (including DB2 for Windows and the AS/400) via the ODBC open standard protocol. Although the ODBC protocol is in alignment with IBMs UDB2 RDBMS strategy (SQL only access) the generic nature of the OpenEdge DataServer for ODBC means that that specific RDBMS features related to functionality and performance can not be utilized and therefore performance (as compared to the Progress/400 DataServer) is going to be an area of the transformation process that will require special attention. The embedded whitepaper titled DB2 Accessibility Whitepaper May 2006 is currently a draft edition and will be updated overtime.


OpenEdge 10.1A Development Tools Source Code

This download contains the source files of the OpenEdge 10.1A AppBuilder product that was included in OpenEdge Release 10.1A commercial shipment.


4GL Code Formatter

This is a code formatter program for alignment of a 4GL character base program.


#
Syndicate content