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 strongm 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: *

  1. JPMorgan

    Linksys WRV54G and Windows 2000 Server

    So I have been looking all over the net for SSH Sentinel and can't find where to download it at all. Perhaps it is since I have been struggling with VPN problems all day now and can't see straight. Downloading direction would be appreciated. Great thread, I have learned a lot!
  2. JPMorgan

    Dialog Box Monitor

    Has anyone heard of, or written anything that will monitor a computer for a specific dialog box caption and then notify a user via e-mail or other methods? This would provide a way of e-mailing a cell phone in the middle of the night if a computer presented a specific dialog box on screen. I...
  3. JPMorgan

    Dialog Box Monitor

    I think your right. Thanks for your help.
  4. JPMorgan

    Dialog Box Monitor

    My apologies for not being clearer. I have 3 different machines whose sole purpose is to monitor 3 separate lasers using software provided by the Laser Company. Should anything go wrong this third party software notifies the user, much like any other program, through the use of a dialog box...
  5. JPMorgan

    Dialog Box Monitor

    Has anyone heard of, or written anything that will monitor a computer for a specific dialog box caption and then notify a user via e-mail or other methods? This would provide a way of e-mailing a cell phone in the middle of the night if a computer presented a specific dialog box on screen. Any...
  6. JPMorgan

    Set ListIndex using right click vs. left click

    Thanks a lot, to you both. I ended up using Hypetia's suggestion and it works well. Again, Thanks
  7. JPMorgan

    Set ListIndex using right click vs. left click

    Using VB6, i've got a ListBox containing 10 items. When you left mouse click on any item, that item is highlighted and the ListIndex is set to that item that you clicked on. I need help doing the same action for a right mouse click. Any ideas? My ultimate goal is to launch...
  8. JPMorgan

    Set ListIndex on left click vs. right click

    I've got a ListBox containing 10 items. When you left mouse click on any item, that item is highlighted and the listindex is set to that item that you clicked on. I need help doing the same action for a right mouse click. Any ideas? Thanks.
  9. JPMorgan

    Physical Database Not Found Err #-2147192129

    I have 3 Crystal Reports that I want to print from my VB6 application. When I compile and run the executable, Reports 1 and 2 work great. Report 3 generates an error, Run Time Error -2147192129 Physical Database Not Found. I don't understand why the other two reports work when they are all...
  10. JPMorgan

    Formatting Results in Query Analyzer

    Thanks very much for all your suggestions. Terry's works the best for my situation. Thank you Terry!
  11. JPMorgan

    Formatting Results in Query Analyzer

    Thanks, Rocco, for your reply: I am using SQL Server 7 with SP1. You are correct that I am exporting to text instead of a grid. I didn't think that I could save a grid as a txt file. My goal is to setup a job in Enterprise Mgr that executes every morning. The job will execute several...
  12. JPMorgan

    Formatting Results in Query Analyzer

    Below are the results from a query that I run in Query Analyzer. Is there a way to dynamically resize the width of a field so that, for instance, POOL_NAME is only as wide as the largest word that is returned. In this case POOL_NAME would be only 10 characters wide instead of the default of 25...
  13. JPMorgan

    sp_tables REMARKS

    Does anyone know how to edit the REMARKS cell when executing sp_tables in enterprise manager? Thanks.
  14. JPMorgan

    Losing chr(13) in STRING variable

    This would be a terrific workaround, Craig, but not the preferred solution because half of the users don't have their e-mail body style set to HTML. If I could set the body style for them then that would be the solution, otherwise I am still looking for a way to keep my carriage returns in my...
  15. JPMorgan

    Losing chr(13) in STRING variable

    Thought the same thing, but this didn't work either. I even tested it on both normal and html body style. In both cases it would print 1 <br> 2 <br> 3 <br>
  16. JPMorgan

    HTML reports

    We decided to fire Crystal for many different reasons and we have started reporting in ASP pages. We us an old NT box as a webserver with IIS loaded and a web control in one of our VB Forms. It works like a charm. By using ASP pages, we are able to do the same things, if not more than we...
  17. JPMorgan

    Losing chr(13) in STRING variable

    Still no change. Losing the VBCRLF when importing into default e-mail editor. Thanks though.
  18. JPMorgan

    Losing chr(13) in STRING variable

    I am struggling with loosing my carriage returns in my string variable. I am sending an e-mail and want the body to display: 1 2 3 Instead, the body displays: 123 I have tried loading my variable these ways: TO = &quot;who@what.com&quot; WHAT = &quot;Something for review..&quot; BODY =...
  19. JPMorgan

    BackUp File Zip Utility

    I am currently doing a similar task and have found that using WinZip to further compress the .BAK file works great. In my experience, depending on datatypes and all, WinZip's maximum compression takes the size of the .BAK file down about 90% to a 10th of what the .BAK was. Using your example...
  20. JPMorgan

    Needing help using variables in SQL LOOP

    Andy thanks for your input! Works great! Until next time :)

Part and Inventory Search

Back
Top