Search results

  1. ezequiel

    Which program is locking a record?

    Oh, thanks. We don't know if this enterprise is going to buy 10.1, they are evaluating SAP and Microsoft Dynamics. Dynamics has just sent their prices, and it is awfully expensive, even worst than 10.1.
  2. ezequiel

    Which program is locking a record?

    Thanks, Tom. There is already VST and _Connect on 9.1, are these different from the ones of 10.1?
  3. ezequiel

    send an email using progress code

    Thanks, Kevinj, is your code running on Windows?
  4. ezequiel

    Which program is locking a record?

    Hi, is it possible to know which program is locking a record? Now I know how to reach the locking user, but usually a user has many opened programs, and the record could be held by more than one of those programs. I have been searching in tables _connect, _file and _lock, and searching the KB...
  5. ezequiel

    OPSys, Windows 98, Windows XP

    This looks great, Manfred, thank you! I'll try the code today. However SESSION:WINDOW-SYSTEM retuirns "WIN95" in my XP PC and the Win2003 server. I suppose this refers to the mode we are running Progress. Thanks again Ezequiel
  6. ezequiel

    OPSys, Windows 98, Windows XP

    Than you both. I didn't know about SYSTEMINFO, it looks great, but I'll use the simpler (and faster) nice old DOS command "VER", I had forget about it! Thanks again.
  7. ezequiel

    OPSys, Windows 98, Windows XP

    Hi, we have some workstation in Windows 98, one in Windows 7, and most of them in Windows XP. OPSys just returns "WIN32" for any Windows system of those, and I need certain promgram to know the workstation OS. OS-GETENV("OS") returns Windows_NT for XP, 2003 and 7. In Windows 98 there is no a...
  8. ezequiel

    Moving from Progress 6 to 10

    Who sold you Progress 10? I think you should ask them for help, your situation is too hard for solving by yourself. Good luck.
  9. ezequiel

    TTY Name

    Thank you, Paul. What I needed was to find the name of the current workstation. I did what follows (I'm not sure about using "ON" or "IN", sorry about that) On a include file: DEFINE VARIABLE intResult AS INTEGER NO-UNDO. DEFINE VARIABLE ptrToString AS MEMPTR NO-UNDO...
  10. ezequiel

    TTY Name

    I feel like a dummie. Can anybody tell me how can I get the name of the TTY where USERID is connected? Thnks
  11. ezequiel

    send an email using progress code

    Thank you, Casper. I had read about Redemption in another thread but I was (well, I am) afraid of using this misterious DLL, is it safe?
  12. ezequiel

    send an email using progress code

    Hi, this is not exactly the question; I need to send mail in windows, using Outlook or MAPI; my problem are the warning safety messages that Outlook shows before sending the mail. Do you know if there is a way to avoid these messages? Thank you
  13. ezequiel

    Open a CSV in OpenOffice Calc

    Hi, I have being trying to open a CSV file with OpenOffice.org 3, from a Progress procedure. The following line works Ok when opening a ODS or SXC: chWorkbook = chDesktop:loadComponentFromURL(ip_FileName, "_blank", 0, cc). ...where "cc" es a RAW variable with no value. I read in...
  14. ezequiel

    Set Background color in a MENU-ITEM

    Buuaaaaah I mean, Thank you, Kenny. Ezequiel
  15. ezequiel

    Piew - Free Progress Code Editor

    Great! Thank you
  16. ezequiel

    Set Background color in a MENU-ITEM

    Thank you, Kenny. What about FGCOLOR or FONT? Are they also ignored? Thanks again
  17. ezequiel

    Piew - Free Progress Code Editor

    Suggestion In Procedure Editor, I like very much the area selection using right mouse button. It is possible to include in PIEW? Thnks!
  18. ezequiel

    Piew - Free Progress Code Editor

    I was doing something wrong, I'm sorry. The viewer looks great, so far.
  19. ezequiel

    Piew - Free Progress Code Editor

    Hi, Am I doing something wrong, or the download link http://progress-tools.110mb.com/piew.zip is broken?
  20. ezequiel

    Set Background color in a MENU-ITEM

    Hello, I'm tryng to set a differnet color for a dynamic menu-item. Some like this: CREATE MENU-ITEM "MenuName" ASSIGN PARENT = H-parent[ Nivel-Act ] LABEL = "Etiqueta" PRIVATE-DATA = "Programa" ACCELERATOR =...
Back
Top