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...
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...
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 =...
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="updateItem" datasource="DB">
update Item
set...
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...
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="abc.rpt" datasource="DB"></cfreport>
An error...
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.
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...
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="upload"
filefield="uploadfile"...
Actually I wanna to pass a date format into input field "ifindrec", but it shows empty in the next page "'FindForm.cfm".
I've tried input a string, the outcome is the same null.
Thanks! Can you help me?
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 "By Date" button. It will pass the value of "ifindrec" to "FindForm.cfm".
<html>
<FONT face=Arial...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.