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 tried this but it still makes my window wait until the procedure is completed. The proc take about 5 minutes to complete . Do I need to assign the handle after PERSISTENT to anything?
  4. W

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

    "Another option is start this procedure by opening a new prowin32.exe session without the -b parameter. Then errors from this procedure will appear on your screen. " I'm not to familiar with this, how would I go about doing it?
  5. 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...
  6. W

    Need to Suppress all Progress Messages

    Thanks so much, Man I should have figured that out. I haven't done much on INPUT OUTPUT's but that worked great thanks again.
  7. W

    Need to Suppress all Progress Messages

    Even if It finds the .p that dosn't mean that it will run correctly. Say I run GenRates.p and inside that GenRates.p it runs another RateLookup.p that got deleted. This would compile correctly but will error at runtime. I know his isn't my problem, its the GenRates.p problem but if this does...
  8. 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...
  9. W

    Please help with row colouring in dynamic browse

    Thanks I've been wondering how to do this myself, usually I just do a freeform query and run it in the Display fields, check the value there but doing it in an external Proc is a good idea.
  10. W

    Convert a Time into and int of seconds

    I showed dayv how to do this but he refused to listen :-P
  11. W

    Changing the fill-in border color

    Well I give, if anyone else finds this let me know please. Thanks
  12. W

    Changing the fill-in border color

    I'm sure I remember seeing a BORDER-COLOR option somewhere.
  13. W

    Changing the fill-in border color

    OK I've checked it out and in fact it does do the same thing as the property window
  14. W

    Changing the fill-in border color

    There is also a BGCOLOR handle you can set but this might do the same thing. I'm going to check and I'll let you know
  15. W

    Changing the fill-in border color

    NEver mind it changes the entire boxes color.
  16. W

    Changing the fill-in border color

    Actually you might be able to change it in the Properties window.
  17. W

    Changing the fill-in border color

    IF you find the answer to this I would like to know also
  18. W

    Changing BGColor of Browse Calc field

    The solution is simple really, just get your favorite highlighters, and if you don't mind getting your screen a little messy, go from there 8*)
  19. W

    Is there intelligent life after Progress...

    I'll take C# any day over progress
  20. W

    Mailing with progress

    You company may be blocking SMTP I know ours does.
Top