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 Wanet Telecoms Ltd 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: zumie
  • Order by date
  1. zumie

    2003 Server from Domain to Workgroup

    God bless you all !! I can now wipe the blood off my forehead and accept temporary defeat. Zumie [peace] Visualize whorld peas.
  2. zumie

    ACT 7.0 not installing

    Thanks for the reply. I actually got fed up with trying to deal with ACT! Zumie Zumie [peace] Visualize whorld peas.
  3. zumie

    ACT 7.0 not installing

    For various reasons we needed to install (not upgrade) one of our machines from XP-Home to xp-Pro. We then installed all the updates, MS Office 2003-Pro, and all it's updates, everything worked great. We started to reinstal ACT and got the message ".net Framework not installed", so we told ACT...
  4. zumie

    Simple query problem

    Ogie, Thanks for the help. This worked: UPDATE [NAMES] SET email = 0, datemodified = #1/20/2006# WHERE email IN (SELECT [Found Address] FROM [MBounce2006-01-24]); Thanks again. Zumie [peace] Visualize whorld peas.
  5. zumie

    Simple query problem

    I'm an IT guy that needs to construct a query that places a 0 in an email field when I get bounceback email and changes the DateModified. What I have gives me a syntax error: UPDATE [NAMES] SET EMAIL = 0 WHERE EMAIL IN(SELECT [Found Address] FROM [MBounce2006-01-24]) and SET DateModified =...
  6. zumie

    Bounceback email deletes

    Thank you Zameer !!!!!!!!!! You are a life saver [2thumbsup] Zumie [peace] Visualize whorld peas.
  7. zumie

    Bounceback email deletes

    Yes, the email field. Zumie [peace] Visualize whorld peas.
  8. zumie

    Bounceback email deletes

    I'm desperate! My boss has given me a database with 77K+ records. One of the columns in the "names" tbl is "email_address". Then she gives me a list of 300 bounced back email addresses (no longer valid). She wants me to write a quiery to delete the email address in the "email address" column of...
  9. zumie

    Protecting Images Question

    jimoblak- Are you referring to Apache servers? I've run NT and W2k servers for years and I haven't run into a way to confugure MS servers to do this. [neutral] Zumie [peace] Visualize whorld peas.
  10. zumie

    Protecting Images Question

    jimoblak- So far I've found no sites linking to photos. But I am interested in the "other nifty options". Zumie [peace] Visualize whorld peas.
  11. zumie

    Protecting Images Question

    Simon- I agree with you 100%. This is a request from a client that is tired of seeing his product scans on competitor's sites. My solution is to use a watermark or copyright notice with his company name on the photos. I am just covering all the bases so when I tell him it's not practical, I...
  12. zumie

    Protecting Images Question

    I use a Javascript to open a new window to display a larger image. It looks like this: <script LANGUAGE="JavaScript"> <!-- function openWin(URL,width,height) { window.open(URL,"newwindow","height=" + height + ",width=" + width + ",toolbars=no,status=no,location=no"); } //--> </script> And...
  13. zumie

    Apache Tomcat DLL

    Thanks for all the feedback. I will check out all the links that have been provided. Zumie [peace] Visualize whorld peas.
  14. zumie

    Apache Tomcat DLL

    I have installed Indigoperl Apache on my W/XP machine and I have just installed Tomcat 4.0.6 but in order to complete the install I need a mod_jk2.dll. The link that the DLL is supposed to be at is no longer valid: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/win32...
  15. zumie

    JScript popup window

    Thanks Lrnmore. Zumie [peace] Visualize whorld peas.
  16. zumie

    JScript popup window

    I have been using a basic JScript popup window with no scrollbars and I'm now trying to produce a window that will open at say 500 px high and scroll. The code I'm using is: <script LANGUAGE=&quot;JavaScript&quot;> <!-- function openWin(URL,width,height) {...
  17. zumie

    Very newbe question

    Thanks Mike. Will do. Zumie [peace] Visualize whorld peas.
  18. zumie

    Very newbe question

    Thanks for the reply siberian. Yes there is a perl.exe in 'd:\perl\bin'. There is also wperl.exe, perl5.6.1.exe, perlglob.exe, a2p.exe, and ppm3-bin.exe in the same 'bin' folder. I also found a 'd:\perl\lib' and a 'd:\perl\site\lib' folders that has some of the same subfolders (but diff...
  19. zumie

    Very newbe question

    I just inherited a Win2k server and I tried to install ActiveStates ActivePerl installer, InstMsiW.exe, and I get the message that &quot;the service already exisits&quot;. I don't see any sign of PERL or any .pl files on the server and the owner says he doesn't think that PERL has been...
  20. zumie

    Building a page useing a database

    Thanks Genimuse and Bullschmit. Buildapp looks like it's just what we're looking for. I'll look into it further. Thanks again for your replies. Zumie [peace] Visualize whorld peas.

Part and Inventory Search

Back
Top