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.


Treeview - Checkbox issue

Hi,
I am using a Treeview control (version 6.0) and it doesn't appear
to have the ability to disable checkboxes or grey them out from what I
can tell (if I'm wrong, could someone tell me how?)

Since it doesn't, I'm at least trying to write code in the node click
event that will prevent the user from changing the value of the
checkbox when I need it to be disabled. So I have code that sets the
Checked status back to what it originally was before the user clicked
on that node.

The problem is that my code works fine, but that as soon as the event


Convert OpenEdge format expression to a regular expression

Has anyone written a tool to convert an OpenEdge format expression to a regular expression that is used by things like JavaScript and Silverlight?


SMTPMail with NTLM Authentication

Hi,

Can anyone help me with smtpmails. I am trying to use smtpmail.p using an Exchange server with NTLM authentication. Current smtpmail.p supports only LOGIN menthod. I did some research but couldn't find a sample program to generate NTLM type 3 message. Can someone help me with this or a way to get around this. I am not able to stick to Windows alone solution such as a com/dll I need to use the program with a linux client with an Exchange Server.

Thanks,

Sam


How to open a xdp-file with the default command for opening a pdf-file

Hello,

I want open a file with an xdp-extention with the default program for a pdf-file.
I can't change the default program to open an xdp-file because that has stay another program (designing program)
So if i dubbelclick the xdp-file it has to open in the designer (default from installation) but if I open the file from my program (shellexecute) I want to open it with the default pdf-program.
Most of the time this will be a version of Acrobat but it can be another one.

Problems:
I never know for sure what version of Acrobat the users have.


Get the memory usage of all running processes.

Does anyone know a good way of getting the memory usage of all running processes.


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.


About WTSEnumerateSessions

Hi there,

I try to use the API Function WTSEnumerateSessions to get a list of Terminal Server Sessions.
Of course, it doesn't work quite well, so any help would be highly appreciated.

Look at the here-attached piece of code.
At line 64, replace "TerminalServerName" by a valid one and see what happen.
Apparently we have a valid handle to the server, the WTSEnumerateSessions returns the correct number of sessions, but I can't analyze the list of SessionId/Name/State.


How to integrate MessageBlaster into Progress application?

Actually I only need to trap the WM_ERASEBKGND event from within Progress. As I understand I should use msgblst32.ocx for this. But I never worked with OCX. Could anybody please give me information about the integration of the OCX into a Progress application?
Thank you very much in advance!


Where can I download MessageBlaster (msgblst32.ocx) ??

I cannot find any download link for msgblst32.ocx. Please help!!


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.


Syndicate content