Search results

  1. J

    Data exchange Com-object <> Progress

    Which datatype needs to be provided by an ActiveX-object to realize a MEMPTR in a Progress application. We have a problem with data exchange between an ActiveX-object and our Progress application. The ActiveX-objects sends information (a string) to our application but Progress does not...
  2. J

    WinPopUp

    Thnx Guys Ooooops! Sitting on windows XP here, and forgot how workgroups and domains work on that one. And didn't realize that my pc was in another workgroup then the rest of the department. After using the workgroup/domain options I saw more pc's. Will check out the netapi32.dll thnx. J.
  3. J

    WinPopUp

    net view Thnx for your answer bendaluz2, unfortunately net view only shows me the computername of the computer I use and the server i log onto. But not any of the other pc's on the net. J.
  4. J

    Locked Record In DB without User

    Thnx all, Will check it out. J.
  5. J

    Show users/computers on windows network

    Thnx Samj, Though I'd not only need it on a server, but also client pc's I guess what I'm really after is something similar to what one sees when choosing Microsoft windows-network in the windows explorer. I want it cause I've been playing around with mailslots and to adress them need a...
  6. J

    Show users/computers on windows network

    Thnx but from what I could see so quickly it's not what I was thinking of. At least when I got the code to run it showed the services/processes on my pc...but not generated a list of user/computernames on the network. Also appears to be nt only as you said. Thnx anyways, J.
  7. J

    Show users/computers on windows network

    Hi Peggers, Does anybody know how I can show the (logged in) users/computers on a windows network in progress v8.3b. So that the username/computername can be selected? If anybody has any sample code it would be great. Thnx already, J.
  8. J

    WinPopUp

    Got it working with WinPopUp Nevermind the previous question. Managed to modify the mailslot example found on www.global-shared.com and getting it to send to winpopup. Also managed to get it to put the sender, receiver and message in the correct spaces. Now my next challenge is generating a...
  9. J

    WinPopUp

    Hi peggers, Anybody know how to send/recieve messages from progress to winpopup? Or know where to find some samplecode? I noticed the mailslot example out there but didn't manage to get it to send a message that popped up in winpopup. Thnx already, J.
  10. J

    TCP/IP Telnet

    Telnet Thnx I'll check it out. J.
  11. J

    Locked Record In DB without User

    Hi all, Progress 8.3b and 8.3b database. Does anybody know how long progress keeps a record in exclusive lock even though the user that did the lock is not connected to the database anymore? Thnx already, J.
  12. J

    Scroll-bars in browser

    Thnx anyways Thnx anyways, Noticed that indeed the horizontal bar disappears when the fields fit the browser, too bad that the vertical one doesn't work in the same way. J.
  13. J

    Scroll-bars in browser

    Hi Peggers, Does anybody know how I can turn off the Horizontal and Vertical scroll-bar on a browser in Progress 8.3B...Doesn't seem to be an option on the property screen. Thanx already, J.
  14. J

    Progress dlc directory from registry

    Thnx! A little late reply I know. But thanx, it was exactly what I needed.
  15. J

    Importing files from os-dir

    Thnx! Thnx for the replies guys, I have returned to my original construction of indeed temp-tables. And setting a logical variable when a file was converted so the directory is scanned again. This works great now. The only reason for using import from os-dir in a repeat loop was cause me...
  16. J

    Insufficient disk space or Write access denied. (291)

    Thnx All Thnx for the replies all, From what my colleagues told me the remarks in the replies are not the case. Since I know nothing of this subject I told my colleagues that if they want more info from you guys they should provide some more info on the subject. (or post a message here...
  17. J

    Insufficient disk space or Write access denied. (291)

    Hi Peggers, One of my collegues is getting this error: Insufficient disk space or Write access denied. (291) A PROGRESS process did not find sufficient disk space to continue processing. Common problems associated with lack of disk space are user temporary files (which are deleted at...
  18. J

    Importing files from os-dir

    Hello Peggers I'm working on an application that imports files from a directory (eventually also subdirectories). Some of the files will be converted to one or more files in that same directory and should also be imported. We used the following code (simplified) for this: DEFINE...
  19. J

    Setting attribs of Files in Progress

    Thnx Thanx thats what i needed :)
  20. J

    Setting attribs of Files in Progress

    Hi all, Does anybody know if there is a way to set the attribs of a file from Progress withouth using the dos attrib command through OS-COMMAND? If so....how? Using progres 8.3b on win98. Thnx already J.
Back
Top