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.


Buttons in pushed state

Hi there,

I've taken a look at Jurjen's code to make a toggle-box looks like a button with "Pushed state".
(see http://www.oehive.org/node/416)
It works really nice, but I'd like to use it with 16x16 icons and can't manage to get it work.
So any help would be highly appreciated.
Thanks.


record has no-lock status in write-trigger

Has anyone ever experienced this? A record has no-lock status when it is assigned in its own write-trigger.
More important, does anyone have a clue how I can solve this? Even a hint would be very welcome.

Gerard.


Printing file to an specific shared printer

Hi all,

From several weeks ago im trying to print an especific .pdf generated wiht pdf include to an especific printer on a server without changing the default printer. I found the sentence print for dos but, as it is a pdf, it prints control characters, not the pdf.

Thanks for any help.


MAPI - ReplyTo

Using the method provided in the linked samples (http://www.oehive.org/node/482), is it possible to define a "Reply To" recipient ?

Thanks for your help


** Save file named core for analysis by Progress Software Corporation. (439)

Hi,

I am getting the following error in Progress 4GL while running my application:

SYSTEM ERROR: Illegal instruction. (47)
** Save file named core for analysis by Progress Software Corporation. (439)

My application hangs after this.
And exits to Unix Shell.

Do you have any idea about this error?

thanks !

regards,

syed


how to connect to a WEBSERVICE from progress using ssl and certificates?

Hi
I am trying to connect to a webservice with ssl, using a client certificate.
the code is as follows:

DEFINE VARIABLE hWebService AS HANDLE.
CREATE SERVER hWebService.
hWebService:CONNECT("-WSDL 'https://site.com/nr.WebService/file.asmx?WSDL' ") NO-ERROR.
IF NOT hWebService:CONNECTED() THEN
DO:
DEFINE VARIABLE errmsg AS CHARACTER NO-UNDO INIT "SERVER NOT CONNECTED~n".
DEFINE VARIABLE i AS INTEGER NO-UNDO.
DO i = 1 TO ERROR-STATUS:NUM-MESSAGES:
errmsg = errmsg + ERROR-STATUS:GET-MESSAGE(i) + '~n'.
END.


Message Blaster - too many controls

Has anyone any experience using MessageBlaster within Progress?


trouble with gmail

I am having trouble with gmail: incoming messages are fine but messages that I have sent since 17 January have not been delivered. Sorry John, Tamhas and Robert Mirro and others who may wonder why I never write :-)

gmail is now (since 1/17) using authenticated SMTP over SSL. I did not know that, and I can't figure out how to configure it on Linux...


Re-parenting Progress' main window

My goal is to create a .Net application that "hosts" multiple legacy Progress applications. The idea is to create a tab deck where a panel on each tab deck host a re-parented Progress runtime. I have been able to to this successfully with another .Net application as the re-parented application.


File Summary Info

Hi there,

Working with an NTFS based operating system, I'd like to link so-called "File Summary Information" with our R-Codes (and get the "Summary" tab when accessing the "properties" of a R-Code in the Windows Explorer... just like .DOC, .XLS,... files).

I've seen that we have to use these functions to achieve this:
stgCreateStorageEx (to create a "File Summary Information" structure);
stgOpenStorageEx (to access the structure);
SetFileSummaryInfo (to fill the structure with info).


Syndicate content