Search results

  1. W

    Why does this site charge for the search feature

    This thread is so much reprensentative of the overall Progress mentality... retarded and outdated! I have been a Progress developer for over 2 years now and trust me, it was not by choice because I think, unlike most members here, that the 4GL you seem to like so much is a totally retarded and...
  2. W

    how to get OS userid or ProcessID

    Hi, Here's an altered snippet of what I use to retreive the user's login id under Win 2k/XP in Active Directory... First, add the following API declaration to the definition section of your program : PROCEDURE GetUserNameA EXTERNAL "advapi32" : DEFINE INPUT-OUTPUT PARAMETER lpBuffer AS...
  3. W

    Retreive WinNT user e-mail in active directory

    Thanks, but I found an alternative way to do it... Our internal e-mail address architecture allows me to programmatically reconstruct the e-mail of an individual based on his/her Windows Login ID. So, with the use of the NetGetUserInfos interface of windows' ADVAPI32.dll, I was able to do...
  4. W

    Retreive WinNT user e-mail in active directory

    Just for the sake of it... I know how to do it in either VB or C/C++. I'm basically looking for the equivalent Progress syntax Thanx!
  5. W

    Retreive WinNT user e-mail in active directory

    Hey hey! I browsed this forum in search for a way to retreive the authenticated WinNT user's e-mail address from the MS Exchange directory over LDAP, or any other protocol, in Open Edge. Does anyone actually knows how to do this? I juste can't find anything on the Internet as to how to...
Top