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. Tracy3e

    Excel - linking graphs

    I know there is a way to link from one cell to another cell in a different worksheet. Is there a way to link a graph in one worksheet to another worksheet? TYIA
  2. Tracy3e

    zone alarm advisorys - users

    Thanks, rct, but these are cases where I want to be notified by an ZoneAlarm when an untrusted program starts up.......however, I don't want the other user to have to go through the same old advisories I've already allowed or denied under my user account....
  3. Tracy3e

    zone alarm advisorys - users

    Couldn't find the XP Home forum so posting here. When a "security advisory" pops up for a new program I'm using on my user account, the same advisories pop up on my son's user account and he has to go through them all or allow or deny, even though its been hours since I ran the program that...
  4. Tracy3e

    cut

    Is there a way to cut up a file based on a word that is found in each line? I know you can cut on field position or delimeters but the only thing that is standard in this file is this one word that I'd like to base the cut on. Or another similar command to cut? Thanks
  5. Tracy3e

    CSS or shared borders?

    You were right, when I take the word "none" out of the line below the borders magically appear. <meta name="Microsoft Border" content="none, default"> The stupid thing is the "none" keeps coming back even though I save the changes. It's not coming from the style sheet because it's only got...
  6. Tracy3e

    CSS or shared borders?

    sorry to resurrect an old post, but I'm just getting back to this now that I've got a day off. When I open the CD that she says she used the Publish option to get it to CD it says: "Frontpage needs to add some information to your folder in order to help manage your hyperlinks and other...
  7. Tracy3e

    CSS or shared borders?

    ahh, interesting. The problem is I have to go through a 3rd party to get the site posted or to get a download (he's the school principal with the password but not a technical guy). I'll try to start over with these includes, assuming the system can handle them. Thanks for all of your...
  8. Tracy3e

    CSS or shared borders?

    Well, after I posted my question I was playing around with the site and decided to try shared borders. I checked the Microsoft Border MetaTag and it now says this for all pages - most likely because of the shared borders I started. <meta name="Microsoft Border" content="tl, default"> to...
  9. Tracy3e

    CSS or shared borders?

    Hello, I've inherited a website that is now my job to update. When I open the pages, they are missing the top border and the left hand border (or navigation bar). The tags on the file indicate a CSS is in use, and the dcpac.css file is there in the same directory. <meta name="ProgId"...
  10. Tracy3e

    grep - sort end of line

    wow, that worked for me, Stefan. Thank you both for your posts.
  11. Tracy3e

    select where

    Sweet! That's exactly what I need. Thanks for the fast response.
  12. Tracy3e

    select where

    I need to do a query that finds entries matching a string, and one position in the string varies. If you use the % option, it matches zero or more characters. I need the % to vary only on exactly one character in the string. I hope I am explaining myself well enough.
  13. Tracy3e

    grep - sort end of line

    I've come up with some bogus sample data to be completely anonymous - does this help? blahblabla134987145 blahblablablahblabla19874135 blahblablablahblablab789389074 blahblablablahblablablahblablablahblabla134571234 blahblablablahblablablahblabla13298744327 blahblablablahblablablahblabla487
  14. Tracy3e

    grep - sort end of line

    Hi, I'm trying to do something weird I guess, because I can't figure out how to do it. I have a file I'd like to sort. Instead of the sort looking at the field 1, I'd like the sort to look at the lines backwards, starting at the end of the line. I tried using the position or column sort but...
  15. Tracy3e

    REPLY-ALL

    Any idea why only sometimes when I do a Reply-All it puts me in the TO: line of the message? I can't find a pattern as to why it sometimes does and most times doesn't. Thanks.
  16. Tracy3e

    comparing tables

    With a tiny tweak, the command worked! You guys are so helpful - and fast! Thank you.
  17. Tracy3e

    comparing tables

    Hello, just want to do a query to pick out a record from one table if the same userid doesn't exist in the other table. select userid from table1 where userid not in table2; Is that possible? server version: 3.23.54 Thanks.
  18. Tracy3e

    killing Quicktime

    Somehow Quicktime was installed on my computer and it sits in the tasktray every time I boot my computer. I want to get rid of it but do not see it under Add/Remove programs. In my other system (Win98) you can edit the startup items (win config) but I don't see the same options on Win2000...
  19. Tracy3e

    change print spool location

    ok, I've checked this out but there is no &quot;Server Properties&quot; option in Win98 - you can only get properties on a particular printer. And there's no way to change the print spool location there. Is there any other way to change the print spool location in Win98?
  20. Tracy3e

    change print spool location

    Hello, Where would one change the default print spool location from C: to D:?

Part and Inventory Search

Back
Top