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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nikky

  1. nikky

    how to shrink a jpg without losing quality

    I do use Photoshop. I just can't seem to get the clarity I need. Is it a matter of the size change ? Sometimes I get images that are 1000 pixels wide - say a logo; I need to shrink them to 150px. After that, you can't read the writing on them any longer.
  2. nikky

    how to shrink a jpg without losing quality

    Hello, I am always receiving jpg's to post on websites - but they are always huge, and I have to shrink them. Once they have been shrunk 30-40%, they don't look very clear anymore. Especially pictures that have had text overlaid on them. How do I do this ? Can you do this in Photoshop?
  3. nikky

    hostmysite downtime

    Needless to say - I am looking for a new cold fusion hosting service. I have been using Hostmysite for about 6 years - in the beginning they were excellent, but each successive year has shown a steady decline in service and reliability. My main concern is the steady increase in downtime. Several...
  4. nikky

    StructClear works in IE but not Firefox

    I use this code to logout my users from my application. However, it doesn't seem to work in Firefox 2.0.0.11 - although it seems to work in IE. In Firefox, after logging out I can still hit the Back button in the browser, and pull up restricted pages. Has anyone else seen this ? <CFLOCK...
  5. nikky

    return count for all groups

    Hi, I want to get a recordcourt for all the users within eachstate; so, if I sort the results using a "group" parameter in Cfoutput, I would like the number of records in each state to be counted. Using my current query, I just get the total number of registered users in all the states, not...
  6. nikky

    HOw to logout using session variables

    Hello, My logout button doesn't seem to work at all. Hitting the back browser button not only reloads all the pages I have recently viewed when logged in, it re-logs me in again. I have a logon page that passes user names and passwords (logon.cfm) to getuserinfo.cfm GetUserInfo validates the...
  7. nikky

    ordering and formatting report results

    I have a report where the query results are sorting on two fields - last name and then membership I want to show all the people who are not members first, then have a line or space to separate them from all the people who are members. How can I get a carriage return in between the two groups...
  8. nikky

    AD says a computer is a &quot;container&quot;

    When I go to delete a computer from the directory, I get this error: Object RECORDS1 is a container and contains other objects. Are you sure you want to delete object RECORDS1 and the objects it contains ? How can a computer be a container ?
  9. nikky

    find duplicates problem

    I need to find duplicates in the records of a table, but also need to see all the fields,, not just the fields that might contain duplicate information. Here's the code I'm trying; <CFQUERY NAME="DC" dbtype="query"> SELECT LastName, FirstName, Zip, CamperID, Zip, Email FROM DC WHERE LastName...
  10. nikky

    Last field entered does not get saved

    I have a form where you can add multiple entries .. but the last field that gets entered does not get saved unless you tab to another field after making the entry.. How can I get around this in the form ? I've tried DoCmd.Save but that does not save the last field modified/entered..
  11. nikky

    delete records by date entered in form

    Thanks for the suggestions, but they didn't seem to do the trick. Here's my latest try SQL = "Delete * from [RegularHours] " & _ "Where [DayScheduleSet] = #" & Format([ThisDate], "Short Date") & "#
  12. nikky

    delete records by date entered in form

    I have the following code to delete records from a database. The problem seems to be with the date field; if I use a different parameter, for example, delete all records where Lastname = "smith", the code works fine. But I cannot get this to match records with the date entered in the form field...
  13. nikky

    Domain Users - setting Power Options

    We have new Windows XP machines which come preconfigured to go into Standy mode after 15 minutes. We don't want these pcs to go into Standby at all. We can logon as Administrator and set the Standby power option to Never, but as soon as a normal user logs into the domain (Windows 2000 AD), the...
  14. nikky

    Strange behaviour of 98 pc, windows profiles and MS OFfice

    I was watching a user on a Windows 98 machine who suddenly developed problems. She logs into a 2000 domain, and it looks like the 2000 server is running a logon script and copying profile information over before the desktop loads. The first time she logged on, she was able to run MS Word, Access...
  15. nikky

    Session Variables not setting in IE6 / MSN hotmail

    A logon script I used last year does not work this year in MSN sites. I seem to be able to override it by adding the domain name as &quot;allowed&quot; in the IE6 Privacy setting. Does anyone know why the session variables do not work from within MSN ?

Part and Inventory Search

Back
Top