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

    add one color over another

    I am trying to paint a white color over another layer - but it does not show up! Any suggestions would help.
  2. cf59102

    Simple Now () stumble...

    I am trying to see a variable for today's date and then add a month to it to create another variable: <cfset Variables.DateToday = Now()> <cfset Variables.DateValReq = DateAdd("m", 1, variables.DateToday)> However, my output comes out as the following: Variables.DateToday shows up as...
  3. cf59102

    SQL to avoid empty text field in access

    I am running a query to pull some database records, but I want to avoid records that have an empty text field. So I was thinking of something like this: <CFQUERY> . . . . AND (Staff.MName <> '') </CFQUERY> but that did not seem to work - there is no space between my single quotes in the...
  4. cf59102

    currency without zeros

    I want to display values from a currency field but without the zeros..any suggestions would be appreciated. For example instead of $75.00 I just want to disply $75
  5. cf59102

    open recent window in new tab

    Just loaded Mozilla and really-really enjoy the tab feature, however, I have found it to be a pain that if I open a new tab, it delivers my default home page when I first open the browser. Is there any way I can set a preference which will open the new tab in the latest window that I have...
  6. cf59102

    forward all email

    I have a couple of email accounts on separate machines (outlook and outlook express) How can I set up a simple rule that forwards ALL of those emails to another email address? TIA!

Part and Inventory Search

Back
Top