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

    Error passing null as CF_SQL_NUMERIC in CFSTOREDPROC

    Yeah, that would be great to know what response Macromedia gives for that issue. I would have suggested changing the datatype but it slipped my mind, either way your right, i'd rather be healed then bandaged. -jason
  2. army001

    Client System Time

    Thanks for the help guys. With all this information i can get it working.
  3. army001

    Client System Time

    Yeah, but what a problem with just getting time offset is the date, if I know the user is 3 hours ahead then fine i know if its 10pm at the servers it 1am there, but now the server has 4/11 and the client is on 4/12. How do i figure that one. I'm sorry i have been working so many problems here...
  4. army001

    CFCONTENT (Excel) and data formatting problem

    Hmm, this more of a microsoft office question. But i think i can help. In Excel 2000 and up you can tell excel to store as text or as a converting field to text and double clicking the field. This will give you a pop-up marker next to it to allow you different options for that data. Not sure if...
  5. army001

    Identifying form that submitted

    You can add a token to the URL, like action="template.cfm?formname=thisform". or the question flew over my head? -jason
  6. army001

    Error passing null as CF_SQL_NUMERIC in CFSTOREDPROC

    I am not a complete believer in MX as of yet, which is why i still use 5.0. So i do not know what CF_SQL_NUMERIC datatype actually means. - I prefer using SQL stored procedures not CF. - I would have to say that if the data type is numeric the MX is not allowing anything but a numerical...
  7. army001

    Client System Time

    Thanks, sorry forgot the link: http://www.gatorstudios.com/myorganizer/time.cfm
  8. army001

    ColdFusion Self-Submitting Forms?

    Also here is a way of getting the select option to be selected when it comes back to the page. to test: http://www.gatorstudios.com/myorganizer/test.cfm <cfparam name=&quot;Form.selectit&quot; default=&quot;This&quot;> <cfset optionlist=&quot;This,That,Whatever&quot;> <cfset sel=&quot;&quot;>...
  9. army001

    Client System Time

    First I would like to say i appreciate the fast response this forum has. Rudy please click on this link and you can see what i mean. The problem is that the strings for the client time are not numbers and i cant get them to be recognized that way. CF tells me that they must be integers to use...
  10. army001

    Waiting for an Array to be populated

    Are you asking if you can prevent the page from showing up on the clients browser until the session array is populated? If so, too my understanding that is not possible. I agree with csteinhilber that the white page will remain visible until the processing of CF is completed. -jason
  11. army001

    Client System Time

    If you try the code it works in bringing the javascript variable to Coldfusion. I am trying to get correct timestamp for any client in any part of the world into the data being stored by the client. If a clients time is off that is their issue. What I mean by &quot;get time and date from the...
  12. army001

    Client System Time

    Never had to deal with time issues before so i have a quick question, what is the best way to get the time and date from the client to the page. This is what i am trying but no luck, the values of dt1 - 3 are not being considered integers. I tried using val() but the strings can be converted...

Part and Inventory Search

Back
Top