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.


Call procedure from external program

Hi all,

We investigating ways to call a procedure from an external program, but so far have no success. Specifically, we have a .NET application that needs to initiate a procedure file in an existing OpenEdge session.


How to read data from a 3rd party device!!

Consider I have some devices connected to my system like RF-GUN or some other 3rd party devices, How can i get the data from that?

Also i need to know if there is some basic tutorials to start with this WINAPI Samples. I could find hands of examples from this forum, but to have a good start i hope a simple tutorials will do good. If anyone have basic tutorials on this can u please share it with me??? Plzzz guys...

Can anyone help me out???

Thanks in advance...


Passing Tables on a Template (Possible or a Myth)

Hi,

Is it possible to create a template for several tables where in the contents of the window depends on what table is passed on the template. This Window might contain fill-ins and a browse.

This window should have several functionalities such as Add-Edit-Delete-Save..

Any idea will be a big help.. Thanx


Getting table usage and function usage from proparse/prorefactor xml.

Hello,

I've managed to set up the code to xml groovy script published on this website and would like to use it to determine the following:

  • Find out where a specific table X is used.

    • If possible, find out what values are searched for for field Y of table X (if the code contains FIND FIRST x WHERE x.y = "thisIsWhatINeed" NO-ERROR. I need to know the code looks for thisIsWhatINeed.) I only need to know this for 2 specific fields in 2 specific tables, not for any field in any table.

Proparse directions

I imagine that the first priority is to add support for 10.1C syntax. I don't know if any Proparse users are adding 10.1C syntax to their applications anytime soon... this would be a good place for discussion.

Beyond that, there are a number of changes that I would like to make in terms of making Proparse easier to use, adding more features, and making it easier to maintain.


Installer to Progress Programs

Hi:
I developed a Payroll System in Progress Version 9.1E and I want to you tell me that way I can create an Installer or what program I can use to install my Payroll System in others computers.

The PCs where it is needed install the Payroll System have the next characteristics:
- Windows XP Professional and Windows 2000

I hope any solutions, thanks.


Reflection API in Progress 4GL

Hello! In our application we need some classes to be created only once. I will implement these classes as singletons (with the help of the static keyword in 10.1.C)


METHOD PUBLIC STATIC CLASS CLSBETaskUserBase getInstance():
IF NOT VALID-OBJECT (clsBEModel) THEN
clsBEModel = NEW CLSBETaskUserBase().
RETURN CAST (clsBEModel, CLSBETaskUserBase).
END METHOD.


Codejock Docking Windows

I have been attempting to get codejocks docking panes working in a Progress V9 smart window.

Has anyone managed to get these components operating in a Progress window ?

I have managed to get the primary windows docking pane the launch and create a fresh window, then by use of the getparent() setparent() calls to user32.dll, these launched window becomes a child window in my parent window, but it seems the codejock component isnt doing any control.


3.1b01

I posted 3.1b01 (Windows and Linux builds available from joanju.com/proparse/). This fixes an obscure bug created in the previous release, which could cause a crash at a parse error in a function definition.


Application Compiler from Command Line Linux

I would like to know how and what would be the best way to compile a .p procedure that I have modified/created, using a command line linux based O/S server? I have a product called Vantage from Epicor running on OpenEdge 10.1Bsp3 Linux O/S. Since the product is installed through a Windows based Admin Box the compliler on the Win32 box will not function properly as it cannot find all the associated functions. This leads to complile directly from the server and as such it is command line based system only, no gui installed. Any help or direction in this area would be greatly appreciated !!!


Syndicate content