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

    XHTML writing text on image, full table not showing

    I am drawing text on an image in the top left corner. I want the code to be XHTML. The text shows fine but only a little bit of the image shows as opposed to the whole amount. I've experimented for ages with this and my current code is: <table id="fullheighttable"> <tr><td class="photoHeight"...
  2. boardtc

    List all user updates

    Is there a way to get a get a list of all the updates a user has made to a project? Thanks, Tom.
  3. boardtc

    command line list of users?

    Is there a way to get a list of the users defined in visual source safe admin form the command line? Thanks, Tom.
  4. boardtc

    accessing server_databases.php from other box

    I have easyphp running on my windows ny server working great. Previously I was able to do http://192.168.1.1/mysql//server_databases.php form my machine to access phpmyadmin. I have now moved to a new xp prp sp 2 box and when I do http://192.168.1.1/mysql//server_databases.php I get a 403 ...
  5. boardtc

    Join problem....

    I'm sorry I'm not able to simplify this to make my question easier to understand. In the below query there are can be more than 1 conditions records returned for each person (if there are duplicate max COND_TrainingStatusRO). I only want 1 per person. So say there are 10 people and for 1 person...
  6. boardtc

    Updating null dates to all be different by 1 millisecond

    I need all the null dates to be different by 1 millisecond. I try declare @date datetime set @date = dateadd(week, -2, getdate()) update conditions set LastUpdated = dateadd(millisecond,1,@date) where (LastUpdated is NULL) I can't see how I can do it without some loop. Could I do it in...

Part and Inventory Search

Back
Top