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 bkrike 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: Benbunny
  • Content: Threads
  • Order by date
  1. 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!
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. 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#'...
  12. 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