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 Wanet Telecoms Ltd 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: nalbiso
  • Content: Threads
  • Order by date
  1. nalbiso

    Help with date

    Hello, I need help with a date processing function. I have a form where my customers will put in a date (in format mm/dd/yy). But I want that date to be used to update another field on the form with just the day of the week only. I've tried this: <script type=&quot;text/javascript&quot;>...
  2. nalbiso

    Hello, I need help with a date

    Hello, I need help with a date processing function. I have a form where my customers will put in a date (in format mm/dd/yy). But I want that date to be used to update another field on the form with just the day of the week only. I've tried this: <script type=&quot;text/javascript&quot;>...
  3. nalbiso

    Word/RTF - Different problem.

    Ok, I am having a new RTF problem. Now the page displays in both browsers but only shows one record in the table. Any suggestions would be greatly appreciated. Thanks! <link rel=&quot;stylesheet&quot; href=&quot;css/intranet.css&quot; type=&quot;text/css&quot;> <CFQUERY...
  4. nalbiso

    RTF - HELP!!!!

    Need Help! I have written the following code to display an rtf report for my site. It downloads and displays fine using Netscape. But just shows a bunch of garbage in IE. Can anyone tell me what's wrong before I yank out every strand of hair from my head? :) Thanks...
  5. nalbiso

    Looking for a better way to update a shopping cart

    Hello, I am attempting to write a script to update a shopping cart. I have the following code: -------------------------------------------------------------------------------------------------- <cfloop from = &quot;1&quot; to =&quot;#ArrayLen(session.MyCart)#&quot; index=&quot;count&quot;>...
  6. nalbiso

    ColdFusion Graph not displaying in Netscape -- WHY???

    Hello, I have created a graph in coldfusion (fileformat=flash) but it won't display in Netscape. Does anyone know why? Thanks! <!-- Calling graph tag --> <cfgraph Type=&quot;Pie&quot; query=&quot;grandtotal&quot; ValueColumn=&quot;gtotal&quot; itemcolumn=&quot;Status&quot...
  7. nalbiso

    PLEASE HELP!! Radio button problem

    Hello, I have a radio button validation script that should display an error message if no button is selected. It displays the error correctly when the form is submitted without a button being checked, but it also displays when the button is checked. Can someone look this over and let me know...
  8. nalbiso

    ERROR

    Hi! I keep getting this error and running out of things to try: &quot;The Crystal Reports Engine (CRPE32.DLL) could not be located on this server. ColdFusion's reporting functionality requires the Crystal Engine. Please verify that you have installed this component before using the CFREPORT...
  9. nalbiso

    Array Problem

    Hi, I need some help with a code to append data to an array. When I add a new item to my cart, it just keeps creating a brand new array instead of just adding the item to the existing one. This is the code: ------------------------------------------------------------ <cfif NOT...
  10. nalbiso

    Session Timing and Locking Out

    Hi, I am having a problem with my shopping cart session. It times out when it is supposed to. But when the page is reloaded and the user reenters data, the system keeps giving me the following error: An error occurred while evaluating the expression: #session.cart[i][2]# Error near line...
  11. nalbiso

    Check for time

    Hello. I have the following: <input type=&quot;text&quot; name=&quot;startbacktime&quot;> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm. I...
  12. nalbiso

    Check for time.

    Hello. I have the following: <input type=&quot;text&quot; name=&quot;startbacktime&quot;> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm. I...
  13. nalbiso

    Time Difference

    Hi, I am looking for a script to calculate the difference hours and minutes between two fields (TimeDepart and StartBackTime). Any help would be greatly appreciated. Thanks!
  14. nalbiso

    Update the value of a text field

    Hi, Can anyone provide me with a script on how to update the value of one text field based on the value of another text field? I would like to update the value of a text field on my form called &quot;FutureHoursNeeded&quot; based on the value inputted in another text field on my form called...
  15. nalbiso

    Please help --- STUCK! Form field validation

    Hello, I have a script that checks two radio buttons. If a certain one is checked, the script proceeds to check a text field to make sure that the visitor has inputted data and if not, displays an alert. This part works fine, but after the alert has been displayed, the script immediately...
  16. nalbiso

    Need suggestions for a validation script involving radio buttons

    Hi! I have a form with two radio buttons with the group name of status. The value of one of the buttons is &quot;In Office&quot; the other button's value is &quot;Out of Office&quot;. I also have a textbox called destination. I am looking for suggestions for a script cause an alert box to...
  17. nalbiso

    Need suggestions for a validation script

    Hi! I have a form with two radio buttons with the group name of status. The value of one of the buttons is &quot;In Office&quot; the other button's value is &quot;Out of Office&quot;. I also have a textbox called destination. I am looking for suggestions for a script cause an alert box to...
  18. nalbiso

    Passing Parameters

    Hi I want to be able to pass a parameter by a user clicking an icon on a page and having a text field in a search form filled out with a search term of Tortoise. Example of icon hyperlink: http://searchresults.htm?SearchTerm=Tortoise When I click on the icon, the form that I am trying to...
  19. nalbiso

    Sharing a Customized Form in Public Folders/Team Folders

    I created a custom form to post documents to a discussion board in our team folder. However, once another team member opens the post and the document form, other team members are not able to use the custom form and Outlook displays a message, &quot;Custom Form cannot be viewed. The default...
  20. nalbiso

    ODBC Error Code = IM002 ----- HELP!!!!!

    HELP! I am new to ColdFusion and I am attempting to create an ODBC Datasource. I have created it through the ColdFusion Administrator and it verified successfully. But when I go to the webpage I get this error: --------------------------------------------------------------------------------...

Part and Inventory Search

Back
Top