Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AppSpecialist
  • Order by date
  1. AppSpecialist

    Windows Message

    I started the service... but do other users also need it started? I get the same problem, the message gets delivered to me but not to any other user? I am using the user name, manchine name would not be appropriate for me to use.
  2. AppSpecialist

    Windows Message

    Yes, I thought about that but I am running XP, SP2 and the windows messenger service is disabled, so I'd have to start that up over and over again. Thus the reason why I tried using the MSG command.
  3. AppSpecialist

    Windows Message

    I'd like to be able to periodically send a windows message to a list of users when a set of criteria is met. I took a look at the MSG command, but this only send a message to me. I cannot get it to work to send a message to other users. Anyone have any ideas? Thanks
  4. AppSpecialist

    Identify what agents are doing

    In our Aspect Call Centre, we have a mixture of Agents working inbound, outbound and off phone activities. We have Director/Producer, eworkforce and RTA, but are finding there is no real easy way to see at a summary level who are assigned to the different types of wrk at any one time. For...
  5. AppSpecialist

    SQL Server Job Run Duration

    That almost does it... but still does not show the duration of the current running job, which is key for me.
  6. AppSpecialist

    SQL Server Job Run Duration

    That is what I thought too... but I never see the job with run status of 4. I just did a test, started a job that runs a DTS package and never see the job with a run status of 4... Actually I do not see that job listed until t completes. Then it shows with a run status of 1.
  7. AppSpecialist

    SQL Server Job Run Duration

    Thanks for the response, but I need to be be able to query information on the jobs that are running. Primarily the reason for this is I am finding more and more that some jobs are being left in an executing state and never finish. So I want to be able to run a query outside SQL Server and...
  8. AppSpecialist

    SQL Server Job Run Duration

    I need to be able to query SQL Server jobs to see how long a job has been running... primarily for jobs that are currently running. Does anyone know of a SQL Statement that will do this?
  9. AppSpecialist

    Auto Attendant

    Hi all, We are using what I consider an antique way of allowing calls to be transferred directly to agents by employees trying to contact someone directly. We have an auto attendant application that has a CCT for every agent, supervisor etc... configured on the system. The 3 digit CCT...
  10. AppSpecialist

    Bring window to forefront

    Can some help please???... I have tried everthing to force a window to the front, but having no luck. I have used AppActivate, ShowWindow etc... but it does not work. I see the title bar flash in the taskbar, but the window does not come to the front. The odd thing is if I log in as an...
  11. AppSpecialist

    CloseWindow Function

    I have a closewindow function running on a timer to close a particular window if it is the active window. I have found this code works on most PC's however, on one PC the VB program sees the window I am looking for is in foreground and it tries to minimize it, but cannot. All that happens is...
  12. AppSpecialist

    Find Window

    Also... what I am doing is trying to determine if the form is already loaded from another instance of the VB executable... not certain if forms collection would do that?
  13. AppSpecialist

    Find Window

    Will this work for VB 6?
  14. AppSpecialist

    Find Window

    I know this has probably been hashed out quite a bit, but I have a question. In the form load procedure I am using findwindow to see if th form is already loaded. It finds a match and thinks the form is already loaded... but there is no other version running. I am thinking it is finding...
  15. AppSpecialist

    Minimize Button

    Thanks guys, I thought I tried that already, but just set to Fixed single and it worked... oh well, guess I just needed to borrow a second set of eyes. Thanks
  16. AppSpecialist

    Minimize Button

    I already tried that before I posted this... I have it set to fixed dialog and have both min and max properties set to true... but they do not show on the form? The only control that appears is the close "X" and really I do not want that to show at all, however I can implement a small piece of...
  17. AppSpecialist

    Minimize Button

    I want to only have a minimize button available on a form that is not resizeable. How can I acheive that?
  18. AppSpecialist

    Multiple Allications to start using one shortcut?

    Thanks... but this is not really applicable as both these programs will stay running. Soemthing like this waits for program1 to complete before program 2 starts. Also it leaves the batch shell running, which is not desireable.
  19. AppSpecialist

    Multiple Allications to start using one shortcut?

    Help?!? I need to find a way to start two programs when the user selects a single shortcut? Any ideas... using a single shortcut, script, batch file etc...? Basically when program 1 starts... I need to ensure program 2 starts.
  20. AppSpecialist

    Time Spent while Agent Not Answering Calls

    Ring time does not seem to go up... Also we could set them to auto answer... but if they are away from their desk, even though I know they should not be, the customer experience is greatly affected.

Part and Inventory Search

Back
Top