Search results

  1. W

    Progress as a system Service

    We need to run a progress application on our server when it restarts but the only way to do this is to make it a system service. Has anyone had any experiance or nice tools to do this? Thanks
  2. W

    Need an easy way to Delete a line in a text document.

    I just need an easy way to delete a single line in a .txt. Heres my problem: I have twp procedures that run simultaneously but one locks a certain database table even though I have shared lock or no-lock status. So since the second proc needs this table it will not run until the first one...
  3. W

    Need a way to run a procedure without holding up my current procedure

    I need to find a way that I can run a procedure(.p) from a window but without pausing the user input on the window. I know there is some way to do it with the ASYNCHORONIS opton but I think you need and appserver and we dont have one. Right now were just putting them in batch files and firing...
  4. W

    Need to Suppress all Progress Messages

    I'm creating a Task Scheduler to use with our progress .p's and I'm using the RUN VALUE(SchTask.RunStatement). and if the .p was changed or "broken" and is returning an error, it stops the task scheduler all together, I've managed to keep it running with a : DOLOOP: DO ON STOP UNDO, LEAVE...
  5. W

    Retrieving the Windows Password

    I need to retrieve the windows password our users signed on with so that I can pass it into all of their login screens. This way they only have to log in once to the Terminal server and run all the applications using that password. Thanks
  6. W

    Microsoft Word

    Can anyone tell me where I can get the list of CDO objects I can use to manipulate a word doc using the Word.Basic com object? Thanks
  7. W

    MAPI Session

    I posted this in development before I realized there was an API section. If anyone can shed some light on the situation it would be greatly appreciated. I'm trying to access the Read Receipt for the MAPI session with no luck. Thanks.
  8. W

    Mapi

    Our company sends electronic Invoices but some of our customers are saying they aren't receiving them. Can anyone give me some instruction on how to enable the read receipt of the MAPI session we use an exchange server not SMTP. Would be much appreciated, thanks!
  9. W

    User ID Session Variable

    Is there anyway to get out the windows userID to use it in a file explorer? We have multiple users connected and I am trying to make a file explorer that opens a folder on their desktop so I need to concatenate their windows username into the file location string. Any ideas?
Top