Forums for Groups

IMPORTANT! You can read every forum, but you can only post in a forum if you are member of the 'Organic Group' that owns the forum. See groups for a complete list of Organic Groups on the Hive. Content (forums, pages, blogs, etc) on OE Hive is all organized using a module called 'Organic Groups'. Every Group has its own forum.


Adverts and Commercial Forum

This Forum is for the posting of adverts and commercial materials. This is the only Forum on the Hive where this is allowed. Posting commercial material here is currently free, as long as it is obvious to the Hive editors exactly why the commercial material is of concern to Progress users.


Book Corner discussion

Forum for the Book Corner Group. Review and recommend software industry books.


how to set default font

I'm in the process of converting a character based progress v7 app to v 10.1. Most of the code works in windows for the time being but I need it to use a fixed font. How do you set the default font to fixed?

Thx,
Shawn


Pdf include

Hi Guys,


[WebSpeed] Webfunct.map: someone know this type of working method?

I find a txt file, full of this line:

"AR1" "SEATCHOOSE" "file1.p" "file2.p" "file3.html"
"AT5" "REPRICE" "file1.p" "file2.p" ""
"AT5" "REVISE" "file1.p" "file2.p" "file3.html"

, and a PRG master that we can call "init.p" that print on screen the new (dates driven) HTML page using a mix of link product with JavaScript ... i suppose ... O_O

If this kind of working is a standard of Progress products, someone can help me to understand better the mechanism plz?

TNX!


Enterprise architect, Openedge OO is unsupported!!

Hi,

OpenEdge 10.1C (Eval)
Enterprise Architect 7.1.828 (Eval).

I can generate code from the diagram but when I try to reverse engineer the diagram by clicking on Synchronize with code, it gives me an error

Openedge OO is an unsupported language, you cannot reverse engineer this class.

Is this a version issue?
Which version should I use for Openedge and EA ??

-Parul.


Attributes & Events of MS Treview(Please help..(:<)

I am trying to use use checkbox property of MS Treeview.
Does anybody has an idea where can I find the attributes & events of an activeX control?

What I'm trying to do is to:
1. Identify the number of Entries in a Treview
2. Loop for each Entry in a treeview. And lastly,
3. To identify if that item's checkbox is selected.

If you have any Idea, please send me code sample how to achieve this.

Thanx,
gsanchez


New prorefactor.jar build

I posted a new build of the standalone prorefactor.jar file. The previous build had an error.


3.1C02

Version 3.1C02 is now available (minor bug fix release). Binaries available for windows and linux at www.joanju.com/proparse/ .


The istructions like "&IF DEFINE(PIPPO) = 0 &THEN" what are? o_o

... example:

&IF DEFINE(PIPPO) = 0 &THEN
    DEF SHARED VAR g-ses-id AS CHAR NO-UNDO.
&ENDIF

Draw with ABL is possible? :D

Hi to all!

I made an exercise into i calculate the Fibonacci value.
The second idea that incoming in my head was "Why don't made a graphic rapresentation of the y=f(x) function"?

I try in the mode explain in picture.

[IMG]http://img398.imageshack.us/img398/9960/drawwithabldz1.png[/IMG]

Someone can indicate the mode to do this second idea?
TNX!

[PS]
I have think to display pxl to the place of character. Is this the "Master Road"? :)

Draw with ABLDraw with ABL


Calling Crystal Report from ABL using JDBC Connection

Cystal Report XI
OE Architect 10.1C

Hi PSC Users,
I found this code from PSDN. This is how to call Crystal Report using ODBC.
CREATE "CrystalRuntime.Application" chApplication.

chDocument = chApplication:OpenReport("d:\customer\crystal\1 Sales per country per customer top-5.rpt", 1).
chDatabase = chDocument:DATABASE.
chParamDefs = chDocument:ParameterFields.
chParamDef = chParamDefs:Item(1).
MESSAGE chParamDef:ParameterFieldName .
ResultText = chParamDef:SetCurrentValue(500).

chDocument:EnableParameterPrompting = TRUE.


Syndicate content