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

    CF Mail & AOL Date Error

    GJ, In a CFPOP results set... when you try to format the SMTP date field you get an error only with every AOL message. AOL may not be using what CF refers to as a "US style" date and time. I'm using ParseDateTime() on that date field and it blows up with AOL messages. It's been...
  2. ApexSys

    CF Mail & AOL Date Error

    Does anyone have the fix for the Date problem when using CF mail and parsing a message sent from an AOL email address? Evidently AOL formats their date in some non-standard way that gives the following error. --------------------------------- The date parameter of function ParseDateTime(date)...
  3. ApexSys

    Get certified!

    When I learned to read, my confidence level went up too. ;) Sounds like it could be a good book. Is it a rehash of "Forta like" content or truly a targeted reference for the cert questions? Can you provide us with some substance about the book? Save the sales pitch for the managers...
  4. ApexSys

    CF var to JavaScript and back ???

    Marc, Thanks....I had to modify the function quite a bit, but I figured it out. -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting e-Solutions for Small Business http://www.ApexSystems.net
  5. ApexSys

    CF var to JavaScript and back ???

    How do I pass a CF variable to another page if that second page is called by a Javascript function? I have a record ID that I want to pass after clicking on a text link. That link calls a JS function that has no knowledge (clientside) of the record ID which will be a CF (serverside) variable...
  6. ApexSys

    Dreaweaver with CF or JSP ?

    Anyone here used Dreamweaver UltraDev with CF or JSP successfully? -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting e-Solutions for Small Business http://www.ApexSystems.net
  7. ApexSys

    CF embedded in JRUN

    The next version of JRun will have the CF engine embedded in it. I haven't seen much info outside Allaire's site about JRun yet even though it's been out for years. Are there any JRun specific sites out there that you know about? Thanks, -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting...
  8. ApexSys

    Any here do WAP with CF?

    Has anyone here built a WAP application with CF? Any problems or pitfalls I should be aware of? Can you point me to any web resources for help? Thanks, -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting e-Solutions for Small Business http://www.ApexSystems.net
  9. ApexSys

    Unique Filenames with CFFile ??

    Can somebody give me an idea of how to write out a unique file name using CF File that increments by one each time I write the file? I'd rather not use a database to keep tabs of the filenames. I see that the CFFile Upload allows this with a Name Conflict attibute. But I'm just doing a...
  10. ApexSys

    CFLoop prevents cfif evaluation??

    I have a large block of code within a <cfquery> At the end of this block of code I have a <cfif status is 1> that evaluates fine..... BUT if I wrap this entire block of code (including the CFQuery) in a <CFLoop query=someQuery> The cfif fail to evaluate &quot;1&quot; no matter how I present...
  11. ApexSys

    Date and Time Formatting together?

    What's the best way to work with a complete date/time field in Access? Is there a common or standard way to pull a date/time field out of the DB, display it with a date and time formatting functions () and then insert it back into the DB again? Where does one use CreateODBCDateTime? Thanks...
  12. ApexSys

    Date comparisons failing??

    Duh! Thanks. :) -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting e-Solutions for Small Business http://www.ApexSystems.net
  13. ApexSys

    Date comparisons failing??

    I've got a problem comparing dates. I've got a form date being passed that evaluates to: 02/50/2001 9:47AM and a database date I'm looking up that is: 01/29/2001 12:38PM So I want to compare these and display the later of the two. The key code here is: <cfif 'form.StatusTimeEdit' lte...
  14. ApexSys

    Anyone here running JRun from Allaire? Comparisons...

    Is anyone here running JRun? How does it stack up compared to some of the other less expensive J2EE alternatives? Any CF developers here making the move to JSP and Servlets? -=-=-=-=-=-=-=-=-=-=-=-=-=- Apex Systems Consulting e-Solutions for Small Business http://www.ApexSystems.net
  15. ApexSys

    Generating Excel Reports - Server Side

    I'm needing to generate a weekly report in Excel. The data will be coming from a CF/Access application. Each report will be generated from the same update/insert query but will be scheduled to get a new name at the end of each week. The names will represent the prefix, date and instance. eg...

Part and Inventory Search

Back
Top