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.


AppBuilder Newbie Seeks Guidance

Hello All,

I have some Progress programming experience, mostly in a CHUI environment using
the Procedure Editor, but am fairly new to AppBuilder and am experiencing some
problems.

I've started with a very simple program that has several fill-in fields for user
input and a button that displays/hides a customer browse.

In the Main Block code section I initialize two date fields and hide the browse:

HIDE bwsCust NO-PAUSE.
ASSIGN
sdate:SCREEN-VALUE = STRING(06/01/2007)
sdate1:SCREEN-VALUE = STRING(06/30/2007).


.Net and Progress Gui

I'm not sure this is even possible but figured I'd throw it out there, it's at least good for an eye roll and muttered "WTF?"...

We have a legacy application, heavily based upon adm2. The idea is being explored to redo the UI, and instead of doing the entire app at once, the goal is to impliment pieces at a time. The solution that is being explored is to embed a web browser in the application, write the new functionality in Asp.net with ajax and utilize the embedded browser to view the page, essentially "overriding" the former functionality.


How to Solve the Problem

Hai All,

I am facing a problem while accessing the procedure FactP existed in Progress 4GL file namely FactProc.p. Here i am giving the step-by-step procedure what i did.

i Create a Progress 4GL file namely FactProc.p and it content is:

PROCEDURE FactP:
DEFINE INPUT PARAMETER n AS INTEGER.
DEFINE OUTPUT PARAMETER m AS INTEGER.
m=1.
REPEAT:
IF n EQ 0 THEN LEAVE.
m = m * n.
n = n - 1.
END.
END PROCEDURE.


How To Connect to AppServer

Hai,
This is Shaji Kumar VK. I am fresher to OpenEdge and working on how to connect with OpenEdge from C#.NET. Could anybody help me How to programmatically connect to AppServer and call a simple procedure. Please provide me an example, if your able or tell me the URL from where i will get simple and efficient help on it. Thanks in advance.

Regards & Thanks,
Shaji Kumar.V.K


Exchange at OEHive or at PSDN?

Last week we created this Exchange group at OEHive, so you can post whatever you like to post about Progress Exchange 2007 (Phoenix).
Yesterday the good folks at Progress did the same, so now there is also an Exchange forum at PSDN: url is http://www.psdn.com/library/forum.jspa?forumID=95&start=0 and there is interesting content already.


added new group: "Exchange and PTW"

Hi,
I have added a new group to the Hive: "Exchange and PTW". The purpose of this group is to make it easy to write blogs (or other content types like pictures) and also to make it easy to locate them. An other purpose is to enable targetted e-mail notifications, because you receive an e-mail notification when you are subsribed to this group and anyone posts anything to the group. Effectively, the Exchange related topics are transported from the "The Hive" group to the new group, because the "The Hive" group is supposed to discuss Hive features.


small gem for standard alert-box : CTRL-C

When I had an alert-box that I wanted to keep for information purposes, I used to ALT-PrintScreen it and paste it to MS Paint. I just learned that you can just CTRL-C the alert-box and paste it to any text editor (e.g. Notepad).


ProRefactor 1.6.1

ProRefactor 1.6.1 is now available. This is for Proparse version 3.1a, which adds support for new ABL 10.1B syntax.


Could someone help me how to use the deployed web service?

Hi All!

I have created a web service adapter and want to use it on the Progress 4GL client.
I used the WSDL file deployed in the adapter, to connect to the appserver,and it was successful. But I couldn't call the procedures inside the .p file which was deployed as web service. I have a procedure named p-first but i can't call it. I got an error "Failure initializing SOAP Call: cannot find a SOAP operation named p-first(11775)(11762)".

Could anyone help me?

I would be thankful!!

With regards,
Kamal Raj Subedi
Javra Software Nepal
IT Park, Banepa


Excel with column and row controls

Hello guys,

Can we export a table of DB to Excel with column and row controls , what i mean is , to generate xls document from a table in DB , such that some of its columns ( not all ) will be protected and user can not modify the data where as some of the columns will be available for end user updation ??? is there any method or command for this...

plz hlp,,,,,,,

gaurab


Syndicate content