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 Mike Lewis 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. Benbunny

    Save input words into text file using JavaScript (Urgent)

    Thanks Damian13, I will try it. Thank you for your kindly help.
  2. Benbunny

    Save input words into text file using JavaScript (Urgent)

    Can anyone tell me how to save the words in Textarea of the form into a text file. Thanks a lot!
  3. Benbunny

    Variable problem

    Thanks Glowball, it works now. Sorry for my unclarify question to make this simple problem for so long time.
  4. Benbunny

    Variable problem

    Actually the ToString() is works fine. It can really build up the variable name I want. But now the problem I facing is I can't get the value of the variable. update Item set Des = '#tDes1#' where ItemNo = '#form.iItemNo#' and SeqNo = '#tSeqNo1#' The result of the SQL I tried to display as...
  5. Benbunny

    Go record in GRID

    Hi all, Can anyone give me a hand? As I use GRID to show the records. For examples, there are 1000 records in the GRID table. The user can click the HREF link of each records to see the details and update the information. If the user click the HREF link of the 200th record and modified the...
  6. Benbunny

    Variable problem

    Thanks Glowball, But really have my reason to do so... And the varible value should be generated dynamically like as follows, <cfset tDes = 'iDes' & ToString(LSNumberFormat(#tcounter#, 000))> As I tried, <cfset tDes = 'iDes' & ToString(LSNumberFormat(#tcounter#, 000))> <cfset tDes1 =...
  7. Benbunny

    Variable problem

    Dear all, I would like to ask for help about the following coding in the action form which being called from the other form. <cfoutput> <cfset tDes = 'form.iDes'> <cfset tSeqNo = 'form.iSeqNo'> <cfquery name=&quot;updateItem&quot; datasource=&quot;DB&quot;> update Item set...
  8. Benbunny

    How to update the records in a form?

    Hi all, Please help me to solve the following problem... As I want to create a form of a purchase system, the form includes the vendor name, purchase date, etc...and also the items which the user bought. When the just some of the items delivered by several times, I would like to have a check...
  9. Benbunny

    Report

    Hello all, I would like to know how to solve the problem of report between ColdFusion 4.5 and Crystal Report8.5. My web server is Linux (Kerne l2.2.16/Apprach 1.3.6). As I tried to use the command as follows, <cfreport report=&quot;abc.rpt&quot; datasource=&quot;DB&quot;></cfreport> An error...
  10. Benbunny

    Use cfquery within two datasource

    Dear all, Can anyone help me to solve the problem, as I want to select data from two different datasource by using cfquery. Thanks so much.
  11. Benbunny

    Adding picture

    Dear all, Now I'm facing a problem about insert and delete the picture file through the browser. The data server is SQL server. As one of the data type is image. And the web server is Linux. So what's the best way for me to do my task? How can I do it? Thanks all kindly help.
  12. Benbunny

    Service cannot startup

    Dear all, OS: Window2000 server SQL: SQL server 7.0 The service is suddenly fail and cannot start again. If I press start, the following error message as shown below: An error 5 (access is denied) - occurred while performing this service operation on the MSSQL server service. Thanks for your...
  13. Benbunny

    Uploading files to server

    Hello all, can anyone help me to solve a uploading problem. I would like to ask user to insert the gif or jpg file from the browser. After that the file will upload into the defaulted directory of Linux server. Coding: <cffile action=&quot;upload&quot; filefield=&quot;uploadfile&quot...
  14. Benbunny

    Get value problem

    Actually I wanna to pass a date format into input field &quot;ifindrec&quot;, but it shows empty in the next page &quot;'FindForm.cfm&quot;. I've tried input a string, the outcome is the same null. Thanks! Can you help me?
  15. Benbunny

    Get value problem

    Hi all, I would like to ask out a simple question, can anyone help me? I want to let the user input a date into the field(ifindrec) and then the user press &quot;By Date&quot; button. It will pass the value of &quot;ifindrec&quot; to &quot;FindForm.cfm&quot;. <html> <FONT face=Arial...
  16. Benbunny

    Update with NULL value

    Hi JNC73, Sorry, I think you get the wrong message or may be my represent skill is not good. I wanna to know is that when user inputs the fields of a record, may be the user doesn't touch some of the input fields. So the fields may still empty. When I running the cfquery I shown before, the...
  17. Benbunny

    Update with NULL value

    Hi all, Can anyone tell me how to update the record with the null value. The action script as follows: <cfquery name=&quot;updatelog&quot; datasource=&quot;Shipping Management&quot;> update log set logdate='#dateformat(form.ilogdate, &quot;mm/dd/yyyy&quot;)#', type='#form.itype#'...
  18. Benbunny

    Default value for CFSELECT

    Hi all, I'm a beginner in ColdFusion. I would like to ask out a simple question. Please help me! <cfselect name=&quot;selectmonth&quot; size=1 multiple=&quot;no&quot;> <option value=&quot;01&quot;>January <option value=&quot;02&quot;>Feburary <option value=&quot;03&quot;>March...

Part and Inventory Search

Back
Top