ABL(4GL) General Programming Group

This group is for topics on coding in ABL (formerly known as Progress 4GL). Topics include code snippets, code examples, utility programs, tricks, techniques, and patterns. There are other groups for other more specific topics like Win32 API, OO programming, and specific programming tools.


temp directory problem

Using the latest versions (01.01.04)& 9.1e04 library I get the following error message:
"temp\temp\p51063tmp.xlsx does not exist. (zip_archive_not_exists)"
when running xlsx_copyTemplate with the session parameter -T temp.


Project information Project: libxlsx

i just download and unzip testdrive for libxlsx and set propath then run the replace_chart.p but it does not produce any error but there is no output in sample replace_chart.xls , so can u explain how to install and how we pass parameter for , it is better to make some document so that one can easy to understand the code and upgrade. Thanks.


KsvVSSplugin 1.0.0-dev

Download: KsvVSSplugin_1.0.0.zip
Size: 1023.51 KB
md5_file hash: 90f4012a8b8430e2e46adf2092b5cc90
First released: Thu, 2009-10-15 20:35
Last updated: Thu, 2009-10-15 20:35

The initial release


KsvVSSplugin

There's a very good plugin for Eclipse which integrates Eclipse with Microsoft Visual SourceSafe. It's org.vssplugin developed by Marcus Nylander, unfortunately it's not been updated since 2007. The latest version is 1.6.2 and it was developed for Eclipse 3.2, so it doesn't work with 3.4 and higher. Since I work with a quite unique VSS configuration I desperately needed to modify this plugin but before that I had to make it work on Eclipse 3.4.


KsvPlugin for OpenEdge Architect 1.0.4-dev

Download: KsvPlugin_1.0.4.zip
Size: 39.65 KB
md5_file hash: e88311f34d9b8bdc7fe2eaada240e73f
First released: Wed, 2009-10-14 19:40

The release is more about bug fixes and minor improvements.

  • Now you can open a file using its pathname - either relative or absolute. It works with the Open file in PROPATH and Open files from clipboard tools.
  • If a tool reopens a file, the cursor position will be restored after reopening.

XLS para CVS

Hello everybody.
I need to turn a csv file into xls in Unix.
How? Does anyone have a program in Progress?
Thanks,
Cláudia Martins


How to multi thread in Progress on Unix

How to multi thread in Progress on Unix


Webservice sample

Hi,

I´ve had sucess to write a simple webservice like this:

DEFINE INPUT PARAMETER pCustNum AS INTEGER NO-UNDO.
DEFINE OUTPUT PARAMETER pCustName AS CHARACTER NO-UNDO.

DEFINE NEW GLOBAL SHARED VARIABLE giCallCount AS INTEGER NO-UNDO.

giCallCount = giCallCount + 1.
IF pCustNum = 1 THEN
DO:
pCustName = "Test Name".
RETURN "Success!".
END.
ELSE DO:
pCustName = "No Name".
RETURN "Failure!".
END.

Now I´m trying to add some methods on it, like:

DEFINE INPUT PARAMETER pCustNum AS INTEGER NO-UNDO.


KsvPlugin for OpenEdge Architect 1.0.3.1-fix

Download: KsvPlugin_1.0.3.1.zip
Size: 39.36 KB
md5_file hash: e731d97cefd682354c465d944cd947f4
First released: Thu, 2009-08-27 18:54

It fixes a bug in the Copy file to project tool in 1.0.3 release. The bug prevented you from copying file into the project.


KsvPlugin for OpenEdge Architect 1.0.3-dev

Download: KsvPlugin_1.0.3.zip
Size: 39.36 KB
md5_file hash: cc9a71f318a141940e74fb7bb6fc61c8
First released: Wed, 2009-08-26 19:17
  1. If you open a file using plugin's tools, its syntax will be always highlighted as ABL file in spite of its extension
  2. If you have to edit an ABL file with a nonstandard extension, you can now reopen it as ABL file using the new Reopen as ABL file tool and use all ABL features while you modify it.
  3. You can now know what version of KsvPlugin you're working with. Use the About KsvPlugin tool for that.

KsvPlugin for OpenEdge Architect 1.0.2-dev

Download: KsvPlugin_1.0.2.zip
Size: 28.22 KB
md5_file hash: 1c175de7c34c4b33cb3b86da36f6550e
First released: Mon, 2009-08-17 12:04
Last updated: Mon, 2009-08-17 12:04
  1. The work of the 'Open file in PROPATH' and 'Open files from Clipboard' tools was improved. If open files are not in the current project they will be opened in readonly mode and there'll be no chance to modify them accidentally. The only way to get rid of the protection is copy the files into the project using the 'Copy file to project' tool.

Move cursor to end of text on entry of fill in

Anyone got any bright ideas? On applying entry to a fill in, we need the cursor to be positioned to the very right of any text already in the fill in, and the fill in value should not be hilighted. That means a user can start typing without overwriting what's there. Any ideas gratefully received.


KsvPlugin for OpenEdge Architect 1.0.0-dev

Download: KsvPlugin_1.0.0.zip
Size: 22.83 KB
md5_file hash: f312e064fe50b0ada8b796922ab35f54
First released: Sat, 2009-08-08 16:00

The initial version of KsvPlugin


Installation

It works with OpenEdge Architect 10.2A SP1. To install the plugin you should unzip it and copy the jar file into the %DLC%\oeide\eclipse\plugins folder. If everything's ok you'll see the new 'Ksv Tools' item in the OEA main menu.

How it works

The plugin includes 5 tools:

  1. Open file in PROPATH you type any filename in the file open dialog box and the tool will try to find and open it in the editor using your OE project PROPATH.

KsvPlugin for OpenEdge Architect

KsvPlugin for OEA is a set of useful tools which allows you to make your work with OpenEdge Architect more productive and less painful. It softens project-centric paradigm of Eclipse allowing you to develop in good old way of Procedure Editor. The set includes some tools which were developed for Ksv Editor (a modification of Procedure Editor).

Installation


Differentiate Progress V9 and OpenEdge

Any body can you Differentiate Progress V9 and OpenEdge


#
Syndicate content