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

    Sharepoint 2007 problems after service packs

    We had a site collection running more or less ok, on old hardware, and we decided it was time to install service packs for MOSS and WSS so that the site could be migrated to 2010. This is where the problems started, just getting the updates installed took a lot of troubleshooting with service...
  2. lucasm

    join query help?

    Hi everyone, I'm kind of new to more advanced sql than update,select, etc. and I'm trying to select all records from one table, modifying the returned value of a field on some of them based on records from another table. Basically, I have a customers table and an orders one, trying to select all...
  3. lucasm

    detecting when user prints

    Hi, I hope this is the right forum for this question: I'm hoping to create a little program which will run in the background, and its only job is to open a web page when the user prints (to physical printers, not pdf, for example) - and maybe pass a parameter to the page, like how many pages...
  4. lucasm

    complicated excel macro question

    I've got a spreadsheet with about 1600 hyperlinks, all to pages with information on the corresponding item for each hyperlink. On each of these web pages, there is an address field and a phone number field, address is inside "<div class='address'" tags, and phone # is inside "<td class=ttldata>"...
  5. lucasm

    autoreply message with custom &quot;from&quot; address

    My HR department wants to have emails that are sent to them with "resume" in the subject or body to have an auto-reply message. They have a form they want sent to the applicant, with a message template, and the from address to be "hr@ourdomain.com", instead of any one user's email address. I've...
  6. lucasm

    Is a workflow needed for this?

    We have a document library that has files which get reassigned to different users, with the "assigned to" column, and we want someone to get notified automatically when a document is assigned to them - do I need to create a workflow that monitors this in some way and then emails that user, or...
  7. lucasm

    catalog problems

    we have a tape backup we are trying to restore, which spans 9 tapes, but we only have 8 slots in our autoloader. We have run into a problem trying to catalog the whole set, because it keeps jumping around and wanting us to load different tapes to finish cataloging. The initial catalog we ran got...
  8. lucasm

    CSS novice needs help with IE/FF differences

    I'm trying to figure out why IE renders this page - http://www.jennakochmer.com/contact.php - differently from Firefox. Basically, I like the way it looks in IE, but FF is pushing the right hand div out of alignment with the left one. The css file is http://www.jennakochmer.com/contact.css thanks
  9. lucasm

    Question about local policies

    Is it possible to set a policy which allows specific users to run a certain executable only during certain periods? I'm trying to help someone limit the amount of time his kids spend playing a game.
  10. lucasm

    need help with macbin encoded sitx archives

    I am trying to extract an image from a group of .sitx archives encoded in MacBin format and this is foreign territory for me - I've got the files on a windows box, trying to extract the image and burn it for a mac. Is this possible or should I burn the files to a disc (in nero using their mac...
  11. lucasm

    return only records containing non-numeric characters

    I'm trying to weed out certain records returned from a query, eliminating the ones where the "name" varchar field contains a number - here's an example: 1103 TS - Crew 1203 TS - Crew Adamski Allanbrook Allen Standard TS - Div 20 I want the first two and the last one to be ignored.
  12. lucasm

    Advice appreciated on slowly evolving 1st website

    I'm working on developing a page for a friend of mine who is a craftsman, he is trying to start selling his silver jewelry online. The page is www.walkingbearcrafts.com and my latest work in progress versions are at www.walkingbearcrafts.com/wip basically I'm wondering: what have I done wrong...
  13. lucasm

    when to upgrade?

    I have an Athlon 64 3200+, with 1GB PC3200 DDR ram, ATI All-In-Wonder 9800 Pro video card. I'm pretty happy with the machine, but it seems like I haven't upgraded anything in a while. My question is for anyone out there who has upgraded from a system equivalent to mine to the current top of line...
  14. lucasm

    CSS Newbie, trying to position images

    I've just started developing a website for a friend: http://www.walkingbearcrafts.com and I have been having a lot of trouble getting the two bear images on the upper left and upper right, and the logo image centered in between them. Should they all be in the same div (width 100%) and then...
  15. lucasm

    How to quickly join mp3s?

    I have a file joiner program that was not expressly made for joining mp3s, and I think it is causing some corruption of the files, since lately mp3s that are joined with this program aren't readable (or visible) on burnt dvds or cds, but the non-joined ones are. I know there are plenty of...
  16. lucasm

    problem with dvd burning

    I spent the weekend trying to archive about 15 folders of mp3's (each folder being a different audiobook) onto a dvd+r, and wasted 3 discs because the same 7 folders kept faling to burn. I wouldn't get an error in nero, but when I checked the disc afterwards the 7 folders were empty and the...
  17. lucasm

    PC won't boot into windows until power down, then up

    I'm using an old Athlon 700 system as an internet server for my home network, and it has this strange issue where I can't boot into windows unless I power it up, press and hold the power button to shut it off, and then press the power button again to boot. If I try to just turn it on and leave...
  18. lucasm

    What does this site need?

    I may be working on this page - http://www.silverscreendesign.com - creating a search function so people can type in keywords to find products. I've been trying to figure out what else can be done to improve the functionality and appearance of the site. For example, is there a better way for...
  19. lucasm

    Duplicate messages after server reboot

    Some users are getting duplicates (marked as unread) of previously received and read messages when our exchange server reboots, any ideas?
  20. lucasm

    textarea wrapping problem

    I have a two framed window with a textarea for user input, and whenever text is typed in the textarea, the second frame is updated with a print preview based on the textarea. The problem I'm having is that when the user comes to the end of a line in the textarea it wraps to the next line, but...

Part and Inventory Search

Back
Top