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: *

  • Users: IronRocket
  • Content: Threads
  • Order by date
  1. IronRocket

    PC Caught Virus - Can't Run Anything

    Several weeks ago, my PC got a virus and I can't run anything on it. I brought the PC up in Safe mode, but all I got was a blank screen w/ the words "Safe Mode" in all four corners and that was it. I tried to run Norton 360 on it...will not take it. Basically, the OS will not talk to any...
  2. IronRocket

    Communication Error between Printer and Laptop

    This isn't a HP printer...but a Lexmark - I just bought a Compaq laptop today. I'm trying to connect a three year old printer to the laptop...I went ahead and installed the printer's driver, made the printer my default, and when I do a simple test print or printing from notepad - I get an error...
  3. IronRocket

    Communication Problem between Laptop & older printer

    I just bought a Compaq laptop today. I'm trying to connect a three year old printer to the laptop...I went ahead and installed the printer's driver, made the printer my default, and when I do a simple test print or printing from notepad - I get an error message saying that the laptop can't...
  4. IronRocket

    I got attacked this afternoon

    I got hit with a virus this afternoon and my computer has slowed way down. I've rebooted a few times - deleted some processes because my CPU was pegged. I'm lucky to have this browser up. My icons are not showing and everything is so slow. Not sure if I can download any anti-virus software...
  5. IronRocket

    Quick question on padding and margin

    I'm just doing an experiment on padding and margin. I have two <h3> tags that have margin-top (bottom, left) at 0 px with the border set at 1px. The two <h3> tags have their top and bottom borders touching each other. Then I have a third <h3> tag that has a class like this...<h3...
  6. IronRocket

    linking from forums

    I'm using anchor texts on various forums to deep link into my site. The forums that I go to don't have any "noFollow" attributes which is good. The only problem I see is that every forum that I'm on - I look at the PR indicator on my google tool bar - and it's always 0 where I put my postings...
  7. IronRocket

    Page Rank

    I have a problem here...all my pages on my site is ranked zero and I would obviously like for it to go higher (I guess that's everybody's goal - :)). The site is very young (problem number one)...about two months old. Here are the things that I have done in order to optimize the pages on the...
  8. IronRocket

    Sending Comments from HTML page to e-mail

    I am trying to create a simple page where I have a form (Name, e-mail address, and comment) and want to submit it to my e-mail. When I tried it out, the page would literally time out on me. Just wondering what the problem is. Here is the code below:
  9. IronRocket

    Career Change

    I've written in this forum before, but I'm trying to switch over being a Crystal Reports Developer. My experience is with Crystal Reports and writing queries in SQL. The problem is that companies now days want you to know .net, C#, etc. I was in an interview w/ a contracting company and they...
  10. IronRocket

    Works In IE, But a little quirky in FireFox - help please

    My website works well w/ IE but when I test it on Firefox, the thumbnail on the left corner isn't centered. Just wondering if anyone can help w/ this. Thanks. The website is FuzzySnake.com Also, my design sucks a little (along w/ the logo), but this is a site that's really under construction.
  11. IronRocket

    INSTR Function

    A quick question. I have a cross-tab and I put a formula in the row section. The formula is supposed to grab all the database fields that begin w/ "HAM". Here is the following formula that I have: if instr({Asgnmnt.GroupName},"HAM") then {Asgnmnt.GroupName} This gets a message of "boolean...
  12. IronRocket

    Rearrange Date Field w/ Parameter Formula

    I’ve just created a report that has a parameter asking the user for a date range. The date field is formatted yyyy-mm-dd. The range of date that they choose I put in the page header section “IRs between yyyy-mm-dd and yyyy-mm-dd” that is a formula: "IRs between " & Minimum({?Date}) & " and "...
  13. IronRocket

    Parameter w/ a Formula

    I have a parameter that asks the user for an orders amount value. If they put in a certain amount, the report comes back showing everything in that field that is greater than that amount. However, anything less than the amount in that field shows a $0.00. So, from there, I formatted the field...
  14. IronRocket

    Formula for Subtracting Dates

    I wrote a report that posted the open date of a trouble ticket and then the close date of the ticket. I did this for the month of January. The format for both of these fields is a string for some reason and they are 'yyyy-mm-dd'. My formula for this is "dateValue({CallLog.ClosedDate}) -...
  15. IronRocket

    Blank Page Printing Before Report

    I just created a report and on the first page, I'm getting a blank page. I tried to do "Not OnFirstRecord" in the report header, page header, and group header using Sections...but that doesn't work. Just wondering if anyone knows how I can eliminate the first blank page. Thank you.
  16. IronRocket

    Finding Highest Total in Group

    I've put together two formulas to find out which is the highest order amount per Group. I put one formula in the group header that resets the variable in the coditional formula to 0; and in the group footer, I have an conditional formula that finds the highest order in the group...
  17. IronRocket

    Career Change

    I've been around this subject before and posted a different question or two, but I think I know where I'm headed now and have set some realistic goals. I am a supervisor in a data center and my job is going away in about a year. Good news...I have time. Another piece of good news - I have a...
  18. IronRocket

    quick question concerning error

    I just walked by someone I work with...he's trying to package Access 2003 (w/ a 2000 format). The software he is using is called "Wise". He keeps getting a "Data Error 3024". Just wondering how we can look up this error. Thanks.
  19. IronRocket

    Creating a View

    I'm retraining myself in SQL and I'm trying to create a view. I am using the following "script" to build a view in Access: Create VIEW NewCustomer ([Customer ID], [Customer Name], [Last Year's Salary]) AS SELECT [Customer ID], [Customer Name], [Last Year's Salary] FROM Customer; When I do...
  20. IronRocket

    OOP Programming

    Just wondering if it's just me. I recently took a .net class and got a "B" in it. I learned some OOP in it and I felt I hit a brick wall. For some reason I think I have a mental block in where I can't understand OOP that well. I've read it over and over again...if I keep my mind from...

Part and Inventory Search

Back
Top