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: Lrnmore
  • Content: Threads
  • Order by date
  1. Lrnmore

    Using Variables in Query

    Hello, I have a question regarding using variables. My environment is SQL Server 2005. I know the variable is set because it only breaks the query if I use it in certain areas. Can someone point out my error? USE SampleCode Declare @myTableName varchar(45) Set @myTableName = 'TestTable'; IF...
  2. Lrnmore

    Outlook making first letter uppercase

    Thanks in advance for help here, I've checked my grammar options, but don't find settings to stop this. When I hit the enter key for a new line it always makes the First letter of the new line uppercase. Thanks,
  3. Lrnmore

    Missing Fonts in Word 2000

    Maybe this will save someone else tons of time... I lost all fonts except one, even saved documents when viewed were in the only available font. I had loaded a generic/text printer driver to create a file for an export. I just spent the last 3 hours repairing, reinstalling, to no avail..duhh...
  4. Lrnmore

    Net::SMTP, Error reporting

    I just changed our mail script to use Net::SMTP, works fine glad to say. But the old script tracked the status of the message through the process and alerted the user through the browser that there was an error, and tried to give the user a tangible message so that when they contacted us...
  5. Lrnmore

    polish tic tac toe style

    This is a tic tac toe "script" human always goes first, can select char(X or O). My next is to implement a routine for the computer to go first. And if someone wants to do that it's OK but do it in another thread please. I want to figure it out myself. But I enjoyed writing it. What...
  6. Lrnmore

    winnt , cgi perl security, txt db's

    I am using a perl cgi script to send mail, I also record the data in a small file so that if we experience mail server issues the customer's orders can be retrieved. What if any are the security risks? I realize that if a person knows the name of my text file it can be downloaded, but that would...
  7. Lrnmore

    making selected text string value for variable

    I want to thank everyone who participates, I have enjoyed learning about VBA and I have written a macro that merges html email in outlook. (Using SendKeys) The question: How can I make selected text a string varialbe value in outlook? Thanks, lrnmore (-:
  8. Lrnmore

    making selection a string variable value in outlook

    Hello, Thanks in advance for all your contributions. I have resolved several issues with your help. Question: In word I am acquainted with selecting text then MyString = Selection But in Outlook this gives an activex error. Some guidance please.... Thanks Much, Mark V. (-:

Part and Inventory Search

Back
Top