hi all,
here is the code I am using to send the selected file to the user:
<cfheader name="Content-Disposition" value="inline; filename=#form.fileID#">
<cfcontent type="application/unknown"...
hi ya all,
I've got the computer with win98 removed "by force"; the win2k was installed as 2nd OS and win98 folder was simply deleted; everything is working fine if user select the win2k when rebooting;
the problem I would like to solve is that win98 is still showing as a option in...
this will create table and checkbox datatype field:
CREATE TABLE test (field bit);
can someone tell me how to apply format to it?
True/False instead of the default Yes/No? Sylvano
dsylvano@hotmail.com
hi all,
I am using the following to write a text file:
...Settings#Chr(13)##Chr(10)##Chr(10)#UserName=admin...
the #Chr(13)##Chr(10)# gives me carriage return and line feed;
the text file looks like this:
.
.
.
Settings
UserName=admin
.
.
.
now, if the text file is opened in a note pad...
QuerySetCell() is used to set the cell in a column to a specified value.
Is there a function I can use to delete the row from the specified query?
Sylvano
dsylvano@hotmail.com
Hi all,
I would like to clear something. Does the VB.net refers to something special or it's just a short for VisualBasic.net?
I hat to make myself stupid but no one can see me here, right?
:) Sylvano
dsylvano@hotmail.com
Hi all,
when cfslider or cfgrid is used user can have trouble viewing the applet; if their browser is not Java enabled, they will see only the grey area where the control is suppose to be;
is there any other specifications required for a cfgrid tag?
what would be the easiest way for a user to...
I cannot connect to the web service on the remote machine (on the localhost I have no problem);
when I try to add the web reference I get the download file dialog box;
I have tried to use wsdl.exe but I get the following error:
- The document was not recognized as a known document type (WSDL...
hi all,
I have created the web service and i am trying to make it work now; from visual studio, the service is created and saved on the remote machine; the service.asmx file is set as start page; it appears that everything is ok but I cannot get it to work; when tested i get the option to...
Hi all,
Here is scenario that I am thinking about:
I have a customer with a Site built in ColdFusion. The site is using Access database to store all the relevant info. ColdFusion is capable to query the database and output the query result in the XML format.
The next step is to build the...
in the following sql the Orders.Text field is Memo Data type:
SELECT DISTINCT Orders.orderID, Orders.Text,...
FROM Orders LEFT JOIN Donor
ON Orders.donorID = Donor.donorID
the error:
Cannot include Memo, OLE, or Hyperlink Object when you select unique values (Orders.Text).
if data type is...
hi guys,
can you suggest sites where I can go and do cf online testing (something like cfspot or cf_buster) like a part of preparation for certification exam? Sylvano
dsylvano@hotmail.com
Hi all,
When I try to use cfloop to loop a query that have 4 records and insert those 4 records into a new table, only first 3 records are inserted. 4th is somehow lost. I can see that the loop is executed OK and all 4 queries that are inserting all 4 records are executed but when I open...
does someone knows what whould be the SQL if the table field have a blank space in it's name?
e.g.:
INSERT INTO TableName (First Name)...
can I insert data without renaming the table field into First_Name? Sylvano
dsylvano@hotmail.com
Is it possible to create Access database itself without using Access? Does anyone know how I can do this or a Custom Tag I can use?
thx Sylvano
dsylvano@hotmail.com
Hi all,
I have a problem that I really hope someone here can help me solve. I have a cf application that for some strange reason when executed in netscape 6 will enter the values twice in the database. That is as the query is executed two times. I am 100% sure that no browser detection is being...
When I run the following code I ger the "Object required (Error 424)" error. The debugger will point to the line that starts with "Set rs = cn.Execute("SELECT * ...". I know that the acctual error might precede this particular line. I am also trying to connent to the...
I have downloaded and partially started instalation of the IE 6 on the system. Now, when the system reboots a get the message that the Microsoft Internet Explorer*.ink file is missing and that the installation was incomplete. I do not want to finish the installation and I would really like to...
Hi ya all,
I know that the question I am about to ask has somewhat complicated answer but I would really appriciate some help here.
I am writing my first VisualBasic application for a customer that I have already made the Web Site. On the site I am interacting with the database where I am...
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.